vault namespace
This command groups subcommands for interacting with Vault namespaces. These subcommands operate in the context of the namespace that the currently logged in token belongs to
Subcommands
Name | Description |
---|
create | Create a child namespace. The namespace created will be relative to the namespace provided in either the VAULT_NAMESPACE environment variable or -namespace CLI flag |
delete | Delete an existing namespace. The namespace deleted will be relative to the namespace provided in either the VAULT_NAMESPACE environment variable or -namespace CLI flag |
list | Lists the enabled child namespaces |
lock | Lock the current namespace, and all descendants |
lookup | Get information about the namespace of the locally authenticated token |
unlock | Unlock the current namespace, and all descendants, with unlock key |
Options
Name | Description |
---|
--help, -h | Display help |