You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I got error "mismatch between number of fingerprints and the returned ssh keys" when creating droplet, DigitalOcean support have done some changes on their side but also then have replied:
Just for clarity, the error is being masked. The root cause was that the client is submitting duplicate references to SSH keys ( both fingerprint and ID ) where only one should be used when referencing the same key. In this case, we were able to adopt some deduplication logic into our API behavior for this, however you will want to report the behavior of using multiple entries in the API call to the upstream client library provider. Identifying unique keys and sending them with the request to create a Droplet could result in unexpected behaviors with the client library should the integration require validating the keys installed on the Droplet which will also mismatch after the deduplication is processed by the API
The text was updated successfully, but these errors were encountered:
Hello,
I got error "mismatch between number of fingerprints and the returned ssh keys" when creating droplet, DigitalOcean support have done some changes on their side but also then have replied:
Just for clarity, the error is being masked. The root cause was that the client is submitting duplicate references to SSH keys ( both fingerprint and ID ) where only one should be used when referencing the same key. In this case, we were able to adopt some deduplication logic into our API behavior for this, however you will want to report the behavior of using multiple entries in the API call to the upstream client library provider. Identifying unique keys and sending them with the request to create a Droplet could result in unexpected behaviors with the client library should the integration require validating the keys installed on the Droplet which will also mismatch after the deduplication is processed by the API
The text was updated successfully, but these errors were encountered: