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

Configure securityContext for containers #144

Closed
burcheja opened this issue Oct 20, 2023 · 2 comments
Closed

Configure securityContext for containers #144

burcheja opened this issue Oct 20, 2023 · 2 comments

Comments

@burcheja
Copy link

In order to improve the security of the containers, as described in the references below, request that consideration be given to configuring the securityContext to specify a user other than root. This would help compartmentalize the impact if a container were compromised by mitigating potential container escape vulnerabilities.

@jawadqur
Copy link
Collaborator

#136

This is being handled in this effort. We are re-making all of our images based on a secure base image + moving all users to be non-root.

@EliseCastle23
Copy link
Contributor

Almost all of our services have been updated to run as the "gen3" user instead of "root." You can now take advantage of these updates by using the latest image for each service.

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

3 participants