Vault Console - Detail Description

In the vault console, when I add new key value is there a way to include a description for each of the key values? Thank you!

1 Like

I beleive you are talking about static keys saved in the K/V store?

You could enter the key as JSON, with description as part of the payload. Something like:

{ "key":"aaaaaa", "description":"my test key" }

But that forces your client to parse the JSON.

Can’t you use the secret name as a hint? Or use some nomenclature that references a key description database?