-
Notifications
You must be signed in to change notification settings - Fork 566
Incompatible signing algorithm for azure-keyvault #4603
Comments
any update? I'm getting the same error.
and got:
|
@mralbertchen @jimthematrix Thanks for reporting this issue. SECP256K1 was a curve name we had originally used while EC keys were in preview, and we renamed the curve to P-256K. You are right that these two are just different names for the same curve, and the service should allow the call. @msfcolombo Could you please take a look at this error. |
Keys created with the preview curve name Therefore, you have two possible fixes:
In case you have to support keys with the preview curve name, it's recommended to plan a migration to standard names. Since the names |
I got it working using |
Looks like the issue has been fixed as the above user got it working. If the error persists feel free to re-open this issue in the azure-sdk-for-js repository. |
Not sure if this is the SDK's issue but I'm getting this error:
Error: Key and signing algorithm are incompatible. Key <my-key> uses curve 'SECP256K1', and algorithm 'ES256K' can only be used with curve 'P-256K'.
My understanding is that SECP256K1 is P-256K.
https://docs.microsoft.com/en-us/azure/key-vault/about-keys-secrets-and-certificates
The text was updated successfully, but these errors were encountered: