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

Run the service with the least privilege #23

Merged
merged 2 commits into from
Jan 16, 2024

Commits on Oct 24, 2023

  1. Run the service with the least privilege

    Make the container run as user 1001 instead of user root.
     Configure SecurityContext to deploy the service in k8s using a non-root user.
    Allow running the service with the least privilege.
    
    Signed-off-by: [email protected] <[email protected]>
    [email protected] committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a701364 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    a3d2c91 View commit details
    Browse the repository at this point in the history