YunoHost / issues

General issue tracker for the YunoHost project
71 stars 8 forks source link

Gandi API key currently in use is being deprecated #2419

Open xplosionmind opened 1 month ago

xplosionmind commented 1 month ago

Describe the bug

The API Key that YunoHost uses to read and manipulate DNS records is being deprecated, and the new “Personal Access Token (PAT)” method is not compatible.

Context

To reproduce

  1. Visit https://account.gandi.net/en/users/{$GANDI_USERNAME}/security
  2. Notice that the “API Key” section is labelled as “Deprecated” Screenshot
  3. Generate a new ”Personal Access Token”
  4. Use the generated PAT in YunoHost
  5. The PAT option is not compatible, because if it is used it fails: Screenshot from YunoHost

Expected behaviour

The deprecated API Key method should be replaced with the new one.

OniriCorpe commented 1 month ago

see: https://github.com/AnalogJ/lexicon/issues/1814