add info about multi-vault namespaces (#8654)
* add info about multi-vault namespaces * typo
This commit is contained in:
parent
486856ba5f
commit
1b330c7f0c
|
@ -54,6 +54,12 @@ Redundancy Zones enables an operator to deploy a non-voting server as a hot stan
|
|||
|
||||
See the [Autopilot - Redundancy Zones](https://learn.hashicorp.com/nomad/operating-nomad/autopilot#redundancy-zones) documentation for a thorough overview.
|
||||
|
||||
### Multiple Vault Namespaces
|
||||
|
||||
Multi-Vault Namespaces enables an operator to configure a single Nomad cluster to support multiple Vault Namespaces for topology simplicity and fleet consolidation when running Nomad and Vault together. Nomad will automatically retrieve a Vault token based on a job's defined Vault Namespace and make it available for the specified Nomad task at hand.
|
||||
|
||||
See the [Vault Integration documentation](https://www.nomadproject.io/docs/integrations/vault-integration#enterprise-configuration) for more information.
|
||||
|
||||
## Governance & Policy
|
||||
|
||||
Governance & Policy features are part of an add-on module that enables an organization to securely operate Nomad at scale across multiple teams through features such as Audit Logging, Namespaces, Resource Quotas, Sentinel Policies, and Preemption.
|
||||
|
|
Loading…
Reference in New Issue