Giter Club home page Giter Club logo

Comments (3)

drnic avatar drnic commented on May 30, 2024 1

Ok, I'll close now.

Thanks for all the extra info.

from k-rail.

dustin-decker avatar dustin-decker commented on May 30, 2024

The No Tiller policy is not very robust, because there isn't a great way to detect Tiller. We created that policy not as a strong security control, but a reminder to our engineers that Tiller should not be used, and to seek alternate methods that we provide. All the policy does is check for the substring /tiller in the image name, which matches what the official docs specify for Helm 2: https://helm.sh/docs/using_helm/#upgrading-tiller
It likely isn't triggering for you because your image name does not contain /tiller.

On a related note, the No Docker Sock policy is also not very robust because it blocks hostPath mounts with /var/run/docker.sock but not one with /var/run or /var. It is more useful for analyzing usage of that mount and as a step towards blocking all hostPath mounts. It is recommended that you apply the No Bind Mount policy (no hostPath mounts) because it does block all paths.

from k-rail.

dustin-decker avatar dustin-decker commented on May 30, 2024

I've updated the readme with notes on the aforementioned policies.

from k-rail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.