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

RBAC Migration Followup #24: Update RoleBindingRestriction admission to handle RBAC #16042

Closed
enj opened this issue Aug 29, 2017 · 0 comments
Closed

Comments

@enj
Copy link
Contributor

enj commented Aug 29, 2017

The admission plugin at pkg/authorization/admission/restrictusers/restrictusers.go:97 needs to updated to prevent the creation of RBAC role bindings. This is critical for online environments since they use this feature heavily. We need to add tests for this as well. I do not think we can drop the legacy bits in the code either (could cause issues during a HA upgrade).

@openshift/sig-security @Miciah @jupierce @sdodson

@enj enj added this to the 3.7.0 milestone Aug 29, 2017
@simo5 simo5 mentioned this issue Aug 29, 2017
67 tasks
@pweil- pweil- added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Sep 1, 2017
@simo5 simo5 removed the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Sep 5, 2017
openshift-merge-robot added a commit that referenced this issue Sep 9, 2017
Automatic merge from submit-queue

Update RoleBindingRestriction admission to handle RBAC

Fixes #16042
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants