We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are four pod defintions that is configured with containerSecurityContext.privileged: true.
containerSecurityContext.privileged: true
Why is this needed? This is clearly a red flag.
https://cheatsheetseries.owasp.org/cheatsheets/Kubernetes_Security_Cheat_Sheet.html#continuously-assess-the-privileges-used-by-containers
containerSecurityContext: privileged: true
These are the definitions: https://github.com/datainfrahq/druid-operator/blob/master/e2e/configs/druid-cr.yaml https://github.com/datainfrahq/druid-operator/blob/master/e2e/configs/druid-mmless.yaml https://github.com/datainfrahq/druid-operator/blob/master/tutorials/druid-on-kind/druid-mmless.yaml https://github.com/datainfrahq/druid-operator/blob/master/examples/tiny-cluster-mmless.yaml
The text was updated successfully, but these errors were encountered:
Go ahead and submit a PR ! Thanks for bring this up.
Sorry, something went wrong.
No branches or pull requests
There are four pod defintions that is configured with
containerSecurityContext.privileged: true
.Why is this needed? This is clearly a red flag.
https://cheatsheetseries.owasp.org/cheatsheets/Kubernetes_Security_Cheat_Sheet.html#continuously-assess-the-privileges-used-by-containers
These are the definitions:
https://github.com/datainfrahq/druid-operator/blob/master/e2e/configs/druid-cr.yaml
https://github.com/datainfrahq/druid-operator/blob/master/e2e/configs/druid-mmless.yaml
https://github.com/datainfrahq/druid-operator/blob/master/tutorials/druid-on-kind/druid-mmless.yaml
https://github.com/datainfrahq/druid-operator/blob/master/examples/tiny-cluster-mmless.yaml
The text was updated successfully, but these errors were encountered: