Skip to content

Commit fd97d4b

Browse files
committed
Update permissions for GCP
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.
1 parent 8e31cc0 commit fd97d4b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

manifests/0000_26_cloud-controller-manager-operator_16_credentialsrequest-gcp.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ spec:
3535
- "compute.httpHealthChecks.delete"
3636
- "compute.httpHealthChecks.get"
3737
- "compute.httpHealthChecks.update"
38-
- "compute.instanceGroups.addInstances"
3938
- "compute.instanceGroups.create"
4039
- "compute.instanceGroups.delete"
4140
- "compute.instanceGroups.get"
42-
- "compute.instanceGroups.listInstances"
43-
- "compute.instanceGroups.removeInstances"
41+
- "compute.instanceGroups.update"
4442
- "compute.instances.get"
43+
- "compute.instances.use"
4544
- "compute.regionBackendServices.create"
4645
- "compute.regionBackendServices.delete"
4746
- "compute.regionBackendServices.get"

0 commit comments

Comments
 (0)