Skip to content

Commit

Permalink
Merge pull request #2069 from kyrtapz/gcp_cncc_permissions
Browse files Browse the repository at this point in the history
SDN-4227: Use specific permissions for CNCC in GCP
  • Loading branch information
openshift-merge-bot[bot] committed Jan 8, 2024
2 parents e23d612 + 353e4d6 commit 873b329
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifests/02-cncc-credentials.yaml
Expand Up @@ -22,8 +22,12 @@ spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
kind: GCPProviderSpec
predefinedRoles:
- roles/compute.admin
permissions:
- compute.instances.updateNetworkInterface
- compute.subnetworks.use
- compute.subnetworks.get
- compute.zoneOperations.get
- compute.instances.get
---
apiVersion: cloudcredential.openshift.io/v1
kind: CredentialsRequest
Expand Down

0 comments on commit 873b329

Please sign in to comment.