-
Notifications
You must be signed in to change notification settings - Fork 4
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
group perms for MH and UQ #160
Conversation
636e86c
to
0c746aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few changes needed, also fix the commit message, something went wrong there
afe06b6
to
c2420a6
Compare
This PR introduces a configmap containing a list of comma delimeted "permitted groups". Users in these groups will automatically be able to create an updateQuota or migrationHierarchy, even if they are not admins in the relevant namespaces. Also added test cases for this behavior. Bumped versions for k8s.api, gomega, and docker/login-command
c2420a6
to
f58effb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dvirgilad, mzeevi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR introduces a configmap containing a list of comma delimeted "permitted groups" in config/manager/kustomization.yaml.
Users in these groups will automatically be able to create an updateQuota or migrationHierarchy, Even if they are not admins in the relevant namespaces. Also added test cases for this behavior.