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

Specify securityContext.runAsGroup #2041

Open
4 tasks
morimoto-cybozu opened this issue Jul 27, 2022 · 0 comments
Open
4 tasks

Specify securityContext.runAsGroup #2041

morimoto-cybozu opened this issue Jul 27, 2022 · 0 comments

Comments

@morimoto-cybozu
Copy link
Contributor

What

If securityContext.runAsGroup is not set, the gid of the process in a container will be 0 regardless of the description of USER <uid>:<gid> in Dockerfile for the container image.
We should specify securityContext.runAsGroup in manifests to run the process with the intended gid.

How

Specify securityContext.runAsGroup in manifests.
The manifests are mainly placed in neco-apps.
Sample manifests in our OSSs should also be updated.

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant