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:
@@ -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``
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user