Skip to content

Commit 19626fb

Browse files
author
Alexey Vekshin
committed
GoDaddy API EOL note
1 parent f5f4413 commit 19626fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This plug-in enables the management of individual DNS resource records for domai
44

55
It only manages DNS (no e.g. domain management) and aims to manage individual DNS resource records (not the whole domain), while preserving existent records and tolerating external modifications.
66

7+
## GoDaddy API access restrictions
8+
9+
Unfortunately, at the start of May 2024 GoDaddy suddenly decided to restrict access to their DNS management API. There were no announcements of this policy change and as of 2024.05.08 it is still not reflected in [developers' documentation](https://developer.godaddy.com/getstarted), but there are [many](https://www.reddit.com/r/godaddy/comments/1chs1j8/godaddy_access_denied_via_apicall/) [reports](https://www.reddit.com/r/godaddy/comments/1bl0f5r/am_i_the_only_one_who_cant_use_the_api/) of the same [problem](https://community.letsencrypt.org/t/getting-unauthorized-url-error-while-trying-to-get-cert-for-subdomains/217329) (i.e. getting an "Authenticated user is not allowed access" error while accessing DNS API with the valid keys). So for now the development of this provider is stopped.
10+
711
## Usage
812

913
Example usage (set credentials in `GODADDY_API_KEY` and `GODADDY_API_SECRET` env vars):
@@ -46,4 +50,4 @@ Differences vs n3integration provider and its forks:
4650
- configuration object is record, not (top-level) domain no need to bring it all under terraform management
4751
- could safely manage a subset of records (e.g. only one TXT or CNAME at domain top), keeping the rest intact
4852
- updates do not result in scary plans threatening to destroy all the records in the whole domain
49-
- `destroy` is fully supported and removes only previously created records
53+
- `destroy` is fully supported and removes only previously created records

0 commit comments

Comments
 (0)