external-dns: Godaddy dns error

time="2021-04-13T19:11:49Z" level=error msg="Error INVALID_BODY: \"Request body doesn't fulfill schema, see details in `fields`\""

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 24 (11 by maintainers)

Most upvoted comments

Happy to ear it.

Thank you very much.

Add argument to command line: --ignore-ingress-tls-spec

It’s a recent new feature and working now and I’ll implement it asap!

curl -s \
  -X "DELETE" \
  -H "Authorization: sso-key $GODADDY_API_KEY:$GODADDY_API_SECRET" \
  "https://api.godaddy.com/v1/domains/shubhamtatvamasi.com/records/A/nginx.google"

Unfortunately, godaddy’s api does not provide the endpoint for deleting a single domain record in a single call. So you will have to

Submitted solution in aug 2020

Regards

  1. Created ingress with host: nginx.google.shubhamtatvamasi.com, it worked.
  2. Deleted host: nginx.google.shubhamtatvamasi.com, it failed.
  3. Created host: nginx.aws.shubhamtatvamasi.com, it failed.