backport of commit 1b2b647b2129023c1e43b62ad7dd7db522514691 (#23642)

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-10-12 16:08:36 -04:00 committed by GitHub
parent 79441cfed7
commit cfdc96981f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -103,8 +103,10 @@ admins to allow teams to self-manage their namespace. In addition to basic
management, delegate admins can create child namespaces and assign admin rights
to subordinate delegate admins.
Additionally, administrative namespaces let Vault administrators grant access to
a [predefined subset of privileged endpoints](#privileged-endpoints) by setting
Additionally,
[administrative namespaces](/vault/docs/enterprise/namespaces/create-admin-namespace)
let Vault administrators grant access to a
[predefined subset of privileged endpoints](#privileged-endpoints) by setting
the relevant namespace parameters in their Vault configuration file.
## Vault API and namespaces

View File

@ -1,4 +1,4 @@
<a id="#privileged-endpoints" />
<a id="privileged-endpoints" />
<Note>
The CLI commands associated with restricted API paths are also restricted.