-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
godaddy
provider fails under v3.3.24 given FDQN
#518
Comments
The breaking of this one seems to correlate with the addition of workarounds for zones with CAA records (#506) (which the API does not support) curl -s -X GET -H "Authorization: sso-key $SSO_KEY" "https://api.godaddy.com/v1/domains/fistofsteel.xyz/records/CAA" | jq .
{
"code": "INVALID_VALUE_ENUM",
"message": "type not any of: A, AAAA, CNAME, MX, NS, SOA, SRV, TXT"
} The error is here in the provider.
I stumbled across some other errors too, related to updates throwing 422 expecting a list of records, but getting a single record instead running the test suite after making the above adjustments, which I found a bit confusing as they did not relate to the bits of code which I changed. Furthermore, the API does now seem to have envolved since the godaddy provider was created, I do believe that it could be simplified somewhat. Maybe an overhaul of the whole thing could be a good idea? |
Hello! Indeed, I think that replacing I just reactivated my domain on godaddy, hope I will be able to resync the test suite and provide a fix in the next hours. |
OK. Too much errors. Let's proceed to revert #506. |
Upon upgrading from 3.3.23 to .24, the
godaddy
provider fails when given a FQDN including a full stop. e.g.foo.example.com.
(note trailing period). E.g.:Looks like there have been a lot of changes recently, so I'm figuring this one is easy, but if @adferrand doesn't see the issue right away, LMK and I'll dive in and try to fix.
Seems like it's also related to #362, but until today I would have said that issue was OBE.
The text was updated successfully, but these errors were encountered: