Update create.mdx (#19981)

Add the missing Command Option `-wrap-ttl`
This commit is contained in:
Florin Cătălin Țiucra-Popa 2023-04-05 17:54:07 +02:00 committed by GitHub
parent e16bf6a94b
commit 59d3f5110d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -122,3 +122,8 @@ flags](/vault/docs/commands) included on all commands.
- `-use-limit` `(int: 0)` - Number of times this token can be used. After the
last use, the token is automatically revoked. By default, tokens can be used
an unlimited number of times until their expiration.
- `-wrap-ttl` `(duration: "")` - Wraps the response in a cubbyhole token with the
requested TTL. The response is available via the "vault unwrap" command. The TTL
is specified as a numeric string with suffix like "30s" or "5m". This can also be
specified via the `VAULT_WRAP_TTL` environment variable.