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

Automatically update RBAC in make update-sidecar-dependencies #2112

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

ConnorJC3
Copy link
Contributor

@ConnorJC3 ConnorJC3 commented Aug 13, 2024

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:

  • Nodes in attacher (I have manually confirmed attacher does not actually need this perm)
  • StorageClasses in resizer (I have manually confirmed resizer does not actually need this perm)
  • VAC in provisioner (I have re-added these perms below the auto-generated section)

What testing is done?

Manually tested, CI

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 13, 2024
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 13, 2024
Copy link

Code Coverage Diff

This PR does not change the code coverage

@ConnorJC3 ConnorJC3 force-pushed the autopull-rbac branch 4 times, most recently from cb79e8c to 54d692b Compare August 13, 2024 17:10
@ConnorJC3 ConnorJC3 changed the title [WIP] Automatically update RBAC in make update-sidecar-dependencies Automatically update RBAC in make update-sidecar-dependencies Aug 13, 2024
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 13, 2024
Copy link
Contributor

@AndrewSirenko AndrewSirenko left a 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!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 14, 2024
Copy link
Member

@torredil torredil left a comment

Choose a reason for hiding this comment

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

/lgtm

@AndrewSirenko
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 14, 2024
@k8s-ci-robot k8s-ci-robot merged commit e20398b into kubernetes-sigs:master Aug 14, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants