Skip to content

Commit

Permalink
Update GCP credentials request granular permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Dec 13, 2023
1 parent e60cf25 commit 5efa619
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/0000_30_cluster-api_00_credentials-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ spec:
- "compute.instances.create"
- "compute.instances.delete"
- "compute.instances.get"
- "compute.instances.setLabels"
- "compute.instances.setMetadata"
- "compute.instances.setServiceAccount"
- "compute.instances.setTags"
- "compute.networks.create"
- "compute.networks.delete"
- "compute.networks.get"
Expand All @@ -135,6 +139,7 @@ spec:
- "compute.subnetworks.create"
- "compute.subnetworks.delete"
- "compute.subnetworks.get"
- "compute.subnetworks.use"
- "compute.targetTcpProxies.create"
- "compute.targetTcpProxies.delete"
- "compute.targetTcpProxies.get"
Expand Down

0 comments on commit 5efa619

Please sign in to comment.