mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Fix for undelete for mount paths * Pulled in a fix from kv_delete.go that adds partialPath to the mountPath to support paths that are multiple levels deep. * Added undelete tests to validate that KV secrets can be successfully undeleted when mounted at a multi-level mount path. * Added changelog txt file * Update changelog to specify KV impact --------- Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
```release-note:bug
|
|
cli/kv: Undelete now properly handles KV-V2 mount paths that are more than one layer deep.
|
|
```
|