You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "eyJyZXF1ZXN0X2lkIjoiOTZiM..[snip]...WxsfQ==" | base64 -D
{"request_id":"96b2eba2-0a92-3bae-8aae-bf22cf69e7b9","lease_id":"","renewable":false,"lease_duration":0,"data":null,"wrap_info":null,"warnings":["Invalid path for a versioned K/V secrets engine. See the API docs for the appropriate API endpoints to use. If using the Vault CLI, use 'vault kv get' for this operation."],"auth":null}
Expected behavior
I can make it work if I run vault kv get -wrap-ttl=10m secret/data/foo. Note that I inserted data prefix in the path, then vault unwrap returns valid data:
Describe the bug
vault unwrap error: Invalid path for a versioned K/V secrets engine.
To Reproduce
Steps to reproduce the behavior:
$ vault kv put secret/foo user="foo" password="bar"`
Decode the error:
Expected behavior
I can make it work if I run
vault kv get -wrap-ttl=10m secret/data/foo
. Note that I inserted data prefix in the path, then vault unwrap returns valid data:I would expect
vault kv get -wrap-ttl=10m secret/foo
work as before (like kv 1), to keep it consistent with other vault kv command?Environment:
vault version
)CoreOS on AWS
The text was updated successfully, but these errors were encountered: