Open steven-ryan opened 5 years ago
Linode support is using a deprecated Linode API v3 Deprecated
The Linode API now supports only v4, with personal access tokens sent within the request header and some other changes to the endpoints.
[Mon Apr 26 14:29:06 MDT 2021] GET [Mon Apr 26 14:29:06 MDT 2021] url='https://api.linode.com/?api_key=APIKEYHERE&api_action=domain.list'
It looks like there are still some incompatibilities here; the above call no longer works. Linode DNS is broken.
For anyone having the same problem as me, it seems that Linode DNS was updated, then reverted. The update was found to be forward/backward-incompatible. So instead, someone broke it out into a new DNS provider.
Use dns_linode_v4
instead of dns_linode,
and also, you have to set LINODE_V4_API_KEY
with your personal access token.
Steps to reproduce
Debug log