-
Notifications
You must be signed in to change notification settings - Fork 807
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
Automatically update RBAC in make update-sidecar-dependencies
#2112
Conversation
5de10de
to
b12cf61
Compare
Code Coverage DiffThis PR does not change the code coverage |
cb79e8c
to
54d692b
Compare
make update-sidecar-dependencies
make update-sidecar-dependencies
Signed-off-by: Connor Catlett <[email protected]>
54d692b
to
b1c0226
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.
Worked for me on MacOS, even with manually deleting a couple of the apiGroups in a couple of sidecar RBAC templates. Thanks @ConnorJC3!
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: AndrewSirenko 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 |
Is this a bug fix or adding new feature?
New feature for devs
What is this PR about? / Why do we need it?
Automates updating the sidecar RBAC perms from upstream in
make update-sidecar-dependencies
. This will slightly speed up releases and greatly reduce the chance of error.I have manually run the script through to seed the files. Beyond shuffling the values and adding some missing permissions, it removed the following permissions:
What testing is done?
Manually tested, CI