mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
docs: update token type for auth enable CLI command (#17026)
* docs: update token type for enable * update
This commit is contained in:
parent
13077bab40
commit
55b9eb30cd
2 changed files with 4 additions and 2 deletions
|
|
@ -85,3 +85,6 @@ flags](/docs/commands) included on all commands.
|
|||
|
||||
- `-seal-wrap` `(bool: false)` - Enable seal wrapping for the mount, causing
|
||||
values stored by the mount to be wrapped by the seal's encryption capability.
|
||||
|
||||
- `-token-type` `(string: "")` - Specifies the type of tokens that should be
|
||||
returned by the auth method.
|
||||
|
|
|
|||
|
|
@ -82,5 +82,4 @@ flags](/docs/commands) included on all commands.
|
|||
specified by providing this option multiple times, each time with 1 key.
|
||||
|
||||
- `-token-type` `(string: "")` - Specifies the type of tokens that should be
|
||||
returned by the auth method. Note that multiple keys may be
|
||||
specified by providing this option multiple times, each time with 1 key.
|
||||
returned by the auth method.
|
||||
|
|
|
|||
Loading…
Reference in a new issue