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

reduce RBAC permissions of operator-controller #116

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

joelanford
Copy link
Member

Another facet of #107

operator-controller does not (and should not ever) need permission to create/update/patch/delete Operator objects. It needs:

  • write on Operator status
  • write on Operator finalizers
  • read on all other operator fields

operator-controller does not (and should not ever) need permission to
create/update/patch/delete Operator objects. It needs:
- write on Operator status
- write on Operator finalizers
- read on all other operator fields
Copy link
Contributor

@tmshort tmshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

These smaller, scoped, PRs are easier to review! :)

@joelanford joelanford merged commit 9a0ccd2 into operator-framework:main Feb 2, 2023
@joelanford joelanford deleted the reduce-rbac branch February 3, 2023 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants