mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 21:21:06 +02:00
While following along with the usage section in the kv-v1 docs I noticed this error. Running the given command gives: ```text $ vault kv list kv/my-secret No value found at kv/my-secret/ ``` Running `vault kv list kv/` gives the desired output. Also, I removed some trailing whitespace.