-
Notifications
You must be signed in to change notification settings - Fork 62
Unable to manage domains migrated to Gandi-V5 #279
Comments
see Gandi#279 add a sharing_id to dns requests sharing id should be saved in the config yaml ~/.config/gandi/config.yaml as apirest.sharing_id subkey
I wrote a small patch that works around this issue, for me, ee 3b7a62a I won't make a PR of this, as I expect this to just be a temp workaround. |
Hello @srgvg , yes this API doesn't exists now, but will be available in near future. |
Hello, The API now exist, doc: https://api.gandi.net/docs/domains. Thanks. |
Looks like the problem is still present, any idea on a timeline for a fix ? |
I found a new workaround, that also solves #291: Strangely, it seems User
So it seems gandi.cli needs quite some work to be updated to the real new api, as it for now uses the old one for everything related to dns. |
@srgvg Thanks for your fix it's working Did you by any chance create a PR so that Gandi can merge your fix? This bug has been going around for two years now and I'm very disappointed Gandi was not able to fix it themselves... |
The v4
gandi domain list
still produces the list of my domains, however when I want to look at a domain,gandi record list xyz.abc
I getNo zone records found, domain xyz.abc doesn't seems to be managed at Gandi.
I looked at the code, and the problem is with what happens in the backend of
gandi dns domain.list
- the corresponding API backend call returns an empty list.The same check is performed when editing/creating/listing records, and as the domain is not found, it fails with the former error.
If there is a solution within the gandi.cli client, I'd love to see it implemented. I might have a shot at it myself perhaps.
Can the right way to go forward with this issue be confirmed? Is it something to be solved with the backend API, or the client?
The text was updated successfully, but these errors were encountered: