vault icon indicating copy to clipboard operation
vault copied to clipboard

Ability to hide JSON values by default

Open loutPhilipps opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. When a secret can only be shown as a JSON and not as a key-value list (for instance if a value is not a string), all the values are shown at first when seeing the secret, while for the key-value view, values are hidden and can be revealed. This can lead to unexpectedly viewing secret values when expecting them to be hidden at first.

Describe the solution you'd like I'd like to be able to configure Vault so that those JSON secrets are hidden by default, and revealed the same way as for values in key-value view.

loutPhilipps avatar Dec 22 '21 11:12 loutPhilipps

@loutPhilipps This should be solved now. I have the opposite issue, that I want the values to be visible by default. See issue: https://github.com/hashicorp/vault/issues/26732

RuneAlexanderTrachsel avatar May 02 '24 06:05 RuneAlexanderTrachsel