You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do we need it to run as a root ? I think this would give full privileges within the container, potentially allowing them to perform actions that could harm the host system or other containers meanwhile the policy-agent doesn't need host-level access. It doesn't mount any volumes / change network settings .. etc
Also about spec.securityContext.seccompProfile.type: "RuntimeDefault" I think it's by default taking the default profile that applies to the containers that's provided by the container runtime unless there's a custom profile with some security requirements
Policy-agent deployment should include
runAsNonRoot: true
:policy-agent/helm/templates/agent.yaml
Line 164 in bc4e607
Also, the seccomp profile type is missing, e.g. `spec.securityContext.seccompProfile.type: "RuntimeDefault"
The text was updated successfully, but these errors were encountered: