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
When deprecating keyOps in favor of key_ops I forgot about BYOK (aka importKey)... in this case the transformations we apply do not run as JsonWebKey is exported directly from generated code.
If a customer provides key_ops we should prefer key_ops. Otherwise take keyOps
Ideally this would be a swagger transformation that preserves the snake_case...
The text was updated successfully, but these errors were encountered:
When deprecating keyOps in favor of key_ops I forgot about BYOK (aka importKey)... in this case the transformations we apply do not run as JsonWebKey is exported directly from generated code.
If a customer provides
key_ops
we should preferkey_ops
. Otherwise takekeyOps
Ideally this would be a swagger transformation that preserves the snake_case...
The text was updated successfully, but these errors were encountered: