Each pod should explicitly declare it's securityContext #21559
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Milestone
Is your task 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.
Continuation of #18362
Describe the solution you'd like
Explicitly define container SecurityContext:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: