Add single domain option for OVH DNS creds (#9419)

This commit is contained in:
Charlie Britton 2022-09-30 03:06:41 +01:00 committed by GitHub
parent a845ab8446
commit 4ec115cca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,14 +25,22 @@ Credentials
-----------
Use of this plugin requires a configuration file containing OVH API
credentials for an account with the following access rules:
credentials for an account with the following access rules (allowing all domains):
* ``GET /domain/zone/*``
* ``PUT /domain/zone/*``
* ``POST /domain/zone/*``
* ``DELETE /domain/zone/*``
These credentials can be obtained there:
Alternatively, to allow a single domain only, the following access rules apply:
* ``GET /domain/zone/``
* ``GET /domain/zone/<REQUIRED_DOMAIN>/*``
* ``PUT /domain/zone/<REQUIRED_DOMAIN>/*``
* ``POST /domain/zone/<REQUIRED_DOMAIN>/*``
* ``DELETE /domain/zone/<REQUIRED_DOMAIN>/*``
These credentials can be obtained at the following links:
* `OVH Europe <https://eu.api.ovh.com/createToken/>`_ (endpoint: ``ovh-eu``)
* `OVH North America <https://ca.api.ovh.com/createToken/>`_ (endpoint: