mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-17 02:47:07 +00:00
This change addresses an issue where deep paths would not be enumerated if parent paths did not contain a key. Given the keys `shallow` and `deep` at the following paths... ``` secret/shallow secret/path/deep ``` ... a `LIST` request against `/v1/secret` would produce only one result, `shallow`. With this change, the same list request will now list `shallow` and `path/`.
4.6 KiB
4.6 KiB