mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Document that periodic tokens do expire unless explicitly renewed (#5581)
This commit is contained in:
parent
ba028e0884
commit
8a5e45e2e1
@ -97,9 +97,10 @@ flags](/docs/commands/index.html) included on all commands.
|
||||
value requires sudo permissions.
|
||||
|
||||
- `-period` `(duration: "")` - If specified, every renewal will use the given
|
||||
period. Periodic tokens do not expire (unless `-explicit-max-ttl` is also
|
||||
provided). Setting this value requires sudo permissions. This is specified as
|
||||
a numeric string with suffix like "30s" or "5m".
|
||||
period. Periodic tokens do not expire as long as they are actively being
|
||||
renewed (unless `-explicit-max-ttl` is also provided). Setting this value
|
||||
requires sudo permissions. This is specified as a numeric string with suffix
|
||||
like "30s" or "5m".
|
||||
|
||||
- `-policy` `(string: "")` - Name of a policy to associate with this token. This
|
||||
can be specified multiple times to attach multiple policies.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user