mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Fix docs google permissions (#9556)
* include project level IAM requirements * add name to authors.md * Update certbot-dns-google/certbot_dns_google/__init__.py Co-authored-by: alexzorin <alex@zorin.au> * Update certbot-dns-google/certbot_dns_google/__init__.py Co-authored-by: alexzorin <alex@zorin.au> * Update certbot-dns-google/certbot_dns_google/__init__.py Co-authored-by: alexzorin <alex@zorin.au> --------- Co-authored-by: Daniel McMahon <daniel@igloocontrols.com> Co-authored-by: alexzorin <alex@zorin.au>
This commit is contained in:
co-authored by
alexzorin
Daniel McMahon
parent
cea717db3e
commit
71a14f5193
@@ -38,6 +38,19 @@ for an account with the following permissions:
|
||||
* ``dns.resourceRecordSets.list``
|
||||
* ``dns.resourceRecordSets.update``
|
||||
|
||||
(The closest role is `dns.admin <https://cloud.google.com/dns/docs/
|
||||
access-control#dns.admin>`_).
|
||||
|
||||
If the above permissions are assigned at the `resource level <https://cloud
|
||||
.google.com/dns/docs/zones/iam-per-resource-zones>`_, the same user must
|
||||
have, at the PROJECT level, the following permissions:
|
||||
|
||||
* ``dns.managedZones.get``
|
||||
* ``dns.managedZones.list``
|
||||
|
||||
(The closest role is `dns.reader <https://cloud.google.com/dns/docs/
|
||||
access-control#dns.reader>`_).
|
||||
|
||||
Google provides instructions for `creating a service account <https://developers
|
||||
.google.com/identity/protocols/OAuth2ServiceAccount#creatinganaccount>`_ and
|
||||
`information about the required permissions <https://cloud.google.com/dns/access
|
||||
|
||||
Reference in New Issue
Block a user