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

Modify "sudoer" group and "privileged" SCC to seamlessly work together #16213

Commits on Sep 8, 2017

  1. Users with sudoer role now is able to execute commands on behalf of s…

    …ystem:masters group (--as-group).
    php-coder committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    0c1e0ce View commit details
    Browse the repository at this point in the history
  2. Grant access to privileged SCC to system:admin user and members of sy…

    …stem:masters group.
    
    This change improves UX and allows to a member of the sudoer
    group to, for example, create a privileged pod using impersonation:
    
    $ oc create -f privileged.pod --as system:admin
    php-coder committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    228bc1c View commit details
    Browse the repository at this point in the history