Each pod should declare it's securityContext #18362
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
For best security practices, the securityContext under each Pod must be fully declared in order to clearly communicate the workload's security posture. In order to be declarative about their security posture, Pods must define every parameter available in its securityContext and each container's securityContext.
Describe the solution you'd like
The following deployment don't have security definitions:
deploy/operator-local.yaml
deploy/operator.yaml
For example:
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: