open-vault/changelog/12792.txt
Rémi Lapeyre ae0b5e41e0
Add read support to sys/mounts/:path (#12792)
* Add read support to sys/mounts/:path

Closes https://github.com/hashicorp/vault/issues/12349

* Add changelog entry

* Empty commit to trigger CI

* Empty commit to trigger CI
2021-11-08 10:32:01 -08:00

4 lines
132 B
Plaintext

```release-note: feature
core: reading `sys/mounts/:path` now returns the configuration for the secret engine at the given path
```