The KV version 2 secret engine in recent versions of vault structures the paths slightly differently. A secret is read from ${mountpoint}/data/${path} rather than ${mountpoint}/${path}. And the resulting response has the expected username and password keys nested under a top-level data key.
Use Case(s)
The version 2 KV engine handles versioned secrets, allowing rollback to previous state.
Feature Description
The KV version 2 secret engine in recent versions of vault structures the paths slightly differently. A secret is read from
${mountpoint}/data/${path}
rather than${mountpoint}/${path}
. And the resulting response has the expectedusername
andpassword
keys nested under a top-leveldata
key.Use Case(s)
The version 2 KV engine handles versioned secrets, allowing rollback to previous state.