Skip to content

Commit

Permalink
Update GCP custom role permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed authored and openshift-cherrypick-robot committed Jan 8, 2024
1 parent dffe43a commit 1daee92
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -168,14 +168,17 @@ spec:
- "compute.disks.setLabels"
- "compute.globalOperations.get"
- "compute.globalOperations.list"
- "compute.healthChecks.useReadOnly"
- "compute.instanceGroups.create"
- "compute.instanceGroups.delete"
- "compute.instanceGroups.get"
- "compute.instanceGroups.list"
- "compute.instanceGroups.update"
- "compute.instances.create"
- "compute.instances.delete"
- "compute.instances.get"
- "compute.instances.list"
- "compute.instances.use"
- "compute.instances.setLabels"
- "compute.instances.setMetadata"
- "compute.instances.setTags"
Expand All @@ -190,8 +193,10 @@ spec:
- "compute.regions.get"
- "compute.regions.list"
- "compute.subnetworks.use"
- "compute.targetPools.addInstance"
- "compute.targetPools.delete"
- "compute.targetPools.get"
- "compute.targetPools.removeInstance"
- "compute.zoneOperations.get"
- "compute.zoneOperations.list"
- "compute.zones.get"
Expand Down

0 comments on commit 1daee92

Please sign in to comment.