-
Notifications
You must be signed in to change notification settings - Fork 151
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
fix(rbac): prevent policy creation when rbac plugin is disabled #2407
fix(rbac): prevent policy creation when rbac plugin is disabled #2407
Conversation
🦋 Changeset detectedLatest commit: 4881150 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
25b0bdf
to
ea6730e
Compare
ea6730e
to
4881150
Compare
Quality Gate failedFailed conditions |
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.
Tested, works like expected. Looks good to me.
/override "SonarCloud Code Analysis" |
@PatAKnight: Overrode contexts on behalf of PatAKnight: SonarCloud Code Analysis In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Description
Adds a new allow all permission policy that can be used to whenever the permission framework is disabled. This allows us to skip the creation of a number of resources because we load in this allow all permission policy instead of the RBAC one.
Also included is a number of other updates.
policies
and moves theallow-all-policy.ts
andpermission-policy.ts
to this directoryPoliciesServer
as there was some duplicates