ecf625b65c
Vault Namespaces [0] is a feature available in Vault Enterprise that can be considered as a more advanced isolation feature on top of current KV Mountpoint option in Castellan Vault plugin. Passing a namespace in all request headers (including Auth) allows to organize Vault-in-Vault style of isolation, with clients using the same simple URI path but accessing separate sets of entities in Vault. [0] https://www.vaultproject.io/docs/enterprise/namespaces Change-Id: I627c20002bb2a0a1b346b57e824f87f856eca4c9
8 lines
282 B
YAML
8 lines
282 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for Vault Namespaces, which is a `feature of Vault Enterprise
|
|
<https://www.vaultproject.io/docs/enterprise/namespaces>`_.
|
|
A new config option ``namespace`` is added to the configuration of Vault
|
|
key manager to support this feature.
|