Hi,
I just came across a problem in our vault cluster (1.13). If I do a kv list on a certain path, I get the correct list of secrets in this path. If I try to get the secret values with kv get, I receive a “no value found…” error. However, kv metadata get works and the data seems ok.
I double checked the permissions, no issue there. If I create a new secret in the same path, I can retrieve it with kv get just fine.
This only applies to a single path in the whole namespace.
Any ideas what could have happened and how to fix it?
Thanks