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
In the Vault UI, Transit -> rsa-2048 key -> actions - HMAC.
Enter any text value and encode it to BASE64.
Select any algorithm (sha2-224, sha2-256, sha2-384, sha2-512) and submit.
Expected Behaviour:
A HMAC should be generated with the algorithm you selected.
Actual Behavior:
A HMAC is generated with sha2-256 no matter what algorithm you've selected. CLI and API function as expected, so this is likely a UI issue.
Steps to Reproduce:
Important Factoids:
References:
The text was updated successfully, but these errors were encountered:
Environment:
In the Vault UI, Transit -> rsa-2048 key -> actions - HMAC.
Enter any text value and encode it to BASE64.
Select any algorithm (sha2-224, sha2-256, sha2-384, sha2-512) and submit.
Expected Behaviour:
A HMAC should be generated with the algorithm you selected.
Actual Behavior:
A HMAC is generated with sha2-256 no matter what algorithm you've selected. CLI and API function as expected, so this is likely a UI issue.
Steps to Reproduce:
Important Factoids:
References:
The text was updated successfully, but these errors were encountered: