Skip to content

Commit

Permalink
Merge pull request #844 from Miciah/CCO-249-replace-GCP-role-with-exp…
Browse files Browse the repository at this point in the history
…licit-permissions

CCO-249: Replace GCP role with explicit permissions
  • Loading branch information
openshift-merge-bot[bot] committed Jan 8, 2024
2 parents d09611e + a236822 commit fa2954d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifests/00-ingress-credentials-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,12 @@ spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
kind: GCPProviderSpec
predefinedRoles:
- roles/dns.admin
permissions:
- dns.changes.create
- dns.resourceRecordSets.create
- dns.resourceRecordSets.update
- dns.resourceRecordSets.delete
- dns.resourceRecordSets.list
---
apiVersion: cloudcredential.openshift.io/v1
kind: CredentialsRequest
Expand Down

0 comments on commit fa2954d

Please sign in to comment.