Why am I getting an empty result when I just wrote an secret to a backend:
vault kv write secret/example password=pwd
Success! Data written to: secret/example
However, when I'm trying to get some data from my backend:
vault kv list secret/example
No value found at secret/spring-example/
You don't use list for a single key, you use get.
vault kv list secret/
should list your example key, and
vault kv get secret/example
should display the value of password
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With