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 xcache as user instead of root #84

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 11, 2022

  1. Run xcache as user instead of root

    Even in containers, it's best practice to execute code as a user rather than as root whenever possible.  In addition, some
    multi-tenant Kubernetes systems (Red Hat OpenShift / OKD) have a default security policy that executes containers with an
    ephemeral UID with GID 0.  This change (along with substituting go-crond for crond in the base software image) should
    enable running as any user with GID 0.
    holzman committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6692b7f View commit details
    Browse the repository at this point in the history