Skip to content
New issue

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

Security improvements for Pod Security Standard restricted support and do not mount service account tokens #151

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

wkbrd
Copy link
Contributor

@wkbrd wkbrd commented Jan 6, 2025

In support of running the Docker Registry in a namespace where Pod Security Standard restricted profile is in use and Istio is injecting a sidecar, the seccompProfile needs to be constrained. This change to values.yaml has no effect if Istio is not being used.

Also, to address best practices for securing a Helm chart, the mounting of service account tokens should not be performed unless it is needed. Since this application does not appear to use it, it can be disabled (value of false). Removing it in both the service account and the deployment (pod) definition is the recommended security guideline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant