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

WIP: security requirements of the container-native operators #1947

Closed
wants to merge 2 commits into from

Conversation

shimritproj
Copy link
Contributor

@shimritproj shimritproj commented Apr 1, 2024

According to the operator best practice requirements document, we check the recommended security requirements of the container operators:

  • USER id should not be 0

  • readOnlyRootFilesystem = true

  • runAsNonRoot = true

  • automount service account token = false{}

@shimritproj shimritproj changed the title Check for the recommended security requirements of the container-nati… security requirements of the container-native operators Apr 1, 2024
@dcibot
Copy link
Collaborator

dcibot commented Apr 1, 2024

@dcibot
Copy link
Collaborator

dcibot commented Apr 1, 2024

…ve operators

checks:
USER id should not be 0

readOnlyRootFilesystem = true

runAsNonRoot = true

automount service account token = false{}
@shimritproj shimritproj changed the title security requirements of the container-native operators WIP: security requirements of the container-native operators Apr 1, 2024
@dcibot
Copy link
Collaborator

dcibot commented Apr 1, 2024

@shimritproj shimritproj closed this Apr 8, 2024
@shimritproj
Copy link
Contributor Author

It draft .
you can see the PR here : #1967

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

Successfully merging this pull request may close these issues.

None yet

3 participants