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
Describe the bug
Vault UI HMAC feature in ui/vault/secrets/transit/actions/?action=hmac is bugged and consider the input as “not base64 encoded”. Even if the base 64 checkbox is ticked.
To Reproduce
Steps to reproduce the behavior:
Run vault server -dev
Run vault secrets enable transit
Run vault write -f transit/keys/my-key
Go on http://127.0.0.1:8200/ui/vault/secrets/transit/actions/my-key?action=hmac
Put the same input while ticking the checkbox
Repeat the same input but without ticking it
See that the output is the same...
Expected behavior
Outputs shouldn't be identical since a base64 should occurs in one case and not in the other
Environment:
Vault Server Version:
Vault CLI Version : 1.11.2
Server Operating System/Architecture: Ubuntu on WSL
Vault server configuration file(s):
None (Vault Dev Server)
Additional context
Image, without ticking the checkbox
Image, while ticking the checkbox
The text was updated successfully, but these errors were encountered:
Describe the bug
Vault UI HMAC feature in ui/vault/secrets/transit/actions/?action=hmac is bugged and consider the input as “not base64 encoded”. Even if the base 64 checkbox is ticked.
To Reproduce
Steps to reproduce the behavior:
vault server -dev
vault secrets enable transit
vault write -f transit/keys/my-key
http://127.0.0.1:8200/ui/vault/secrets/transit/actions/my-key?action=hmac
Expected behavior
Outputs shouldn't be identical since a base64 should occurs in one case and not in the other
Environment:
Vault Server Version:
Vault CLI Version : 1.11.2
Server Operating System/Architecture: Ubuntu on WSL
Vault server configuration file(s):
None (Vault Dev Server)
Additional context
Image, without ticking the checkbox
Image, while ticking the checkbox
The text was updated successfully, but these errors were encountered: