Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: Drop capabilities and enable seccomp
Further restricts the SecurityContext that the controller runs under, by enabling the default seccomp profile, dropping all linux capabilities and enforcing a specific user/group ID. This was set at container-level to ensure backwards compatibility with use cases in which sidecars are injected into the source-controller pod without setting less restrictive settings. Co-authored-by: Sanskar Jaiswal <[email protected]> Signed-off-by: Paulo Gomes <[email protected]>
- Loading branch information