mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04: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:
parent
3d5defe28a
commit
fb564cddd9
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue