1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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
This commit is contained in:
tJouve
2022-01-24 08:17:43 +01:00
committed by GitHub
parent 3d5defe28a
commit fb564cddd9
2 changed files with 3 additions and 1 deletions

View File

@@ -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``

View File

@@ -18,7 +18,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
*
* GCP Permission list for certbot-dns-google in plugin documentation
More details about these changes can be found on our GitHub repo.