Skip to content

Commit

Permalink
Update permissions for GCP
Browse files Browse the repository at this point in the history
The addInstances and removeInstances for instance groups should actually be the update permission. The listInstances just needs instanceGroups.get.
The addInstance and removeInstance for targetpools also needs instances.use.
  • Loading branch information
JoelSpeed authored and openshift-cherrypick-robot committed Jan 8, 2024
1 parent eb66262 commit cb83690
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ spec:
- "compute.httpHealthChecks.delete"
- "compute.httpHealthChecks.get"
- "compute.httpHealthChecks.update"
- "compute.instanceGroups.addInstances"
- "compute.instanceGroups.create"
- "compute.instanceGroups.delete"
- "compute.instanceGroups.get"
- "compute.instanceGroups.listInstances"
- "compute.instanceGroups.removeInstances"
- "compute.instanceGroups.update"
- "compute.instances.get"
- "compute.instances.use"
- "compute.regionBackendServices.create"
- "compute.regionBackendServices.delete"
- "compute.regionBackendServices.get"
Expand Down

0 comments on commit cb83690

Please sign in to comment.