Skip to content

Commit

Permalink
Merge pull request #320 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…05-to-release-4.15

[release-4.15] OCPCLOUD-1724, OCPBUGS-26480: GCP Credentials req. manifest of CCMO to use new API field
  • Loading branch information
openshift-merge-bot[bot] committed Jan 9, 2024
2 parents a280063 + cb83690 commit 51fb8a6
Showing 1 changed file with 37 additions and 4 deletions.
Expand Up @@ -16,10 +16,43 @@ spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
kind: GCPProviderSpec
predefinedRoles:
- roles/compute.instanceAdmin
- roles/compute.loadBalancerAdmin
- roles/iam.serviceAccountUser
permissions:
- "compute.addresses.create"
- "compute.addresses.delete"
- "compute.addresses.get"
- "compute.addresses.list"
- "compute.firewalls.create"
- "compute.firewalls.delete"
- "compute.firewalls.get"
- "compute.firewalls.update"
- "compute.forwardingRules.create"
- "compute.forwardingRules.delete"
- "compute.forwardingRules.get"
- "compute.healthChecks.create"
- "compute.healthChecks.delete"
- "compute.healthChecks.get"
- "compute.healthChecks.update"
- "compute.httpHealthChecks.create"
- "compute.httpHealthChecks.delete"
- "compute.httpHealthChecks.get"
- "compute.httpHealthChecks.update"
- "compute.instanceGroups.create"
- "compute.instanceGroups.delete"
- "compute.instanceGroups.get"
- "compute.instanceGroups.update"
- "compute.instances.get"
- "compute.instances.use"
- "compute.regionBackendServices.create"
- "compute.regionBackendServices.delete"
- "compute.regionBackendServices.get"
- "compute.regionBackendServices.update"
- "compute.targetPools.addInstance"
- "compute.targetPools.create"
- "compute.targetPools.delete"
- "compute.targetPools.get"
- "compute.targetPools.removeInstance"
- "compute.zones.list"

# If set to true, don't check whether the requested
# roles have the necessary services enabled
skipServiceCheck: true

0 comments on commit 51fb8a6

Please sign in to comment.