Skip to content

Commit e01ee3d

Browse files
authored
Merge pull request #1326 from Pionerd/master
Update Google DNS doc in case custom role is used
2 parents d9ca1b9 + 9a04bd4 commit e01ee3d

File tree

1 file changed

+2
-1
lines changed
  • content/docs/configuration/acme/dns01

1 file changed

+2
-1
lines changed

content/docs/configuration/acme/dns01/google.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ gcloud projects add-iam-policy-binding $PROJECT_ID \
4545
> * `dns.resourceRecordSets.*`
4646
> * `dns.changes.*`
4747
> * `dns.managedZones.list`
48-
48+
>
49+
> In case you do not use the `dns.admin` role, you will also need to make sure that the Service Account used by your GKE cluster (e.g. the Compute Engine default service account) has the `https://www.googleapis.com/auth/cloud-platform` access scope assigned to it. See [Access scopes in GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/access-scopes).
4950
## Use Static Credentials
5051

5152
Follow the instructions in the following sections to deploy cert-manager using

0 commit comments

Comments
 (0)