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

Cherry-pick #21202 to 7.x: Stop running auditbeat container as root by default #21291

Merged
merged 1 commit into from
Sep 28, 2020

Commits on Sep 24, 2020

  1. Stop running auditbeat container as root by default (elastic#21202)

    Stop running Auditbeat container as root by default. After this change,
    when user root is required it will need to be explicitly set on runtime.
    This is already done in Kubernetes manifests and some other examples
    in the documentation, so change is probably not so breaking.
    Also `USER root` is usually not enough to be fully privileged, so some
    customization was always expected when running Auditbeat on docker.
    
    (cherry picked from commit 6bd7090)
    jsoriano committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3b03817 View commit details
    Browse the repository at this point in the history