DIGITALOCEAN: DOCS: update instructions for creating API token (#3617)

This commit is contained in:
Hamish Moffatt 2025-06-12 23:27:31 +10:00 committed by GitHub
parent e5f4d97950
commit 855624aac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
## Configuration
To use this provider, add an entry to `creds.json` with `TYPE` set to `DIGITALOCEAN`
along with your [DigitalOcean OAuth Token](https://cloud.digitalocean.com/settings/applications).
along with your [DigitalOcean Personal Access Token Token](https://cloud.digitalocean.com/account/api/tokens).
Example:
@ -10,7 +10,7 @@ Example:
{
"mydigitalocean": {
"TYPE": "DIGITALOCEAN",
"token": "your-digitalocean-ouath-token"
"token": "your-digitalocean-token"
}
}
```
@ -34,7 +34,9 @@ D("example.com", REG_NONE, DnsProvider(DSP_DIGITALOCEAN),
{% endcode %}
## Activation
[Create OAuth Token](https://cloud.digitalocean.com/settings/applications)
[Create Personal Access Token](https://cloud.digitalocean.com/account/api/tokens)
Your access token must have access to create, read, update and delete domain records.
## Limitations