mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
[VAULT-1011] Update autoauth docs (#13883)
* Update autoauth docs * Update website/content/docs/agent/autoauth/index.mdx Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com> Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cbac232112
commit
38a3470526
@@ -121,8 +121,13 @@ These are common configuration values that live within the `method` block:
|
||||
- `mount_path` `(string: optional)` - The mount path of the method. If not
|
||||
specified, defaults to a value of `auth/<method type>`.
|
||||
|
||||
- `namespace` `(string: optional)` - The default namespace path for the mount.
|
||||
If not specified, defaults to the root namespace.
|
||||
- `namespace` `(string: optional)` - Namespace in which the mount lives.
|
||||
The order of precedence is: this setting lowest, followed by the
|
||||
environment variable `VAULT_NAMESPACE`, and then the highest precedence
|
||||
command-line option `-namespace`.
|
||||
If none of these are specified, defaults to the root namespace.
|
||||
Note that because sink response wrapping and templating are also based
|
||||
on the client created by auto-auth, they use the same namespace.
|
||||
|
||||
- `wrap_ttl` `(string or integer: optional)` - If specified, the written token
|
||||
will be response-wrapped by the agent. This is more secure than wrapping by
|
||||
|
||||
Reference in New Issue
Block a user