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 as non-privilege and non-root user #2037

Merged
merged 3 commits into from
Jun 29, 2022

Commits on Jun 29, 2022

  1. Run as non-privilege and non-root user

    This changeset set `securityContext` as non-privilege and non-root user
    for IDS controller, prometheus, and kibana pods. It fixes an enterprise
    component developmend issue on CIS profile hardened RKE2 cluster. When
    the container is running as root or non-numeric user (nobody or kibana),
    it failed non-root validation.
    hjiawei committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    cae94b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb3055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9f3110 View commit details
    Browse the repository at this point in the history