Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortJouve <tJouve@users.noreply.github.com>2022-01-24 10:17:43 +0300
committerGitHub <noreply@github.com>2022-01-24 10:17:43 +0300
commitfb564cddd9b434d482bcd8ef1d753144be1c10ed (patch)
tree255999f19e1235dba1273c148b81122c4651e9cc /certbot-dns-google
parent3d5defe28a69f284bc0f7638f7160a59004fe0bf (diff)
Dns-google: update permissions needed in documentation (#9094)
* dns-google : Update account permission needed Add permission for transaction creation => dns.managedZones.get Add permission for RR removal transaction => dns.changes.list * Add fix GCP Permission Changelog * Update CHANGELOG.md
Diffstat (limited to 'certbot-dns-google')
-rw-r--r--certbot-dns-google/certbot_dns_google/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/certbot-dns-google/certbot_dns_google/__init__.py b/certbot-dns-google/certbot_dns_google/__init__.py
index 67ed34a45..2cac34652 100644
--- a/certbot-dns-google/certbot_dns_google/__init__.py
+++ b/certbot-dns-google/certbot_dns_google/__init__.py
@@ -30,6 +30,8 @@ for an account with the following permissions:
* ``dns.changes.create``
* ``dns.changes.get``
+* ``dns.changes.list``
+* ``dns.managedZones.get``
* ``dns.managedZones.list``
* ``dns.resourceRecordSets.create``
* ``dns.resourceRecordSets.delete``