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
In the Vault UI, when you want to reveal the value of a key in the key/value secrets, it does not display any value if the key has a "." in it. The value stays blank, although there is a value for the key if you switch to json view.
To Reproduce
Steps to reproduce the behavior:
Log in to Vault UI
Navigate to a secret (or create a new one)
Press "Edit secret"
Enter a key with a "." like: my.key
Enter any value for the key like: myValue
Click Add and Save
Press on the eye-icon next to the newly created key.
The dots next to the eye-icon disapear, but no value gets displayed
Expected behavior
I expect to see the value for the key. From the example above, that would be "myValue".
Environment:
Vault Server Version: 1.3.0
Server Operating System/Architecture: RedHat OpenShift Container Platform 3.11
Describe the bug
In the Vault UI, when you want to reveal the value of a key in the key/value secrets, it does not display any value if the key has a "." in it. The value stays blank, although there is a value for the key if you switch to json view.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to see the value for the key. From the example above, that would be "myValue".
Environment:
Vault server configuration file(s):
Additional context
The text was updated successfully, but these errors were encountered: