mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Update website docs re token store role period parsing
This commit is contained in:
parent
806119f5a1
commit
37d425f873
1 changed files with 3 additions and 2 deletions
|
|
@ -599,8 +599,9 @@ of the header should be "X-Vault-Token" and the value should be the token.
|
|||
If set, tokens created against this role will <i>not</i> have a maximum
|
||||
lifetime. Instead, they will have a fixed TTL that is refreshed with
|
||||
each renewal. So long as they continue to be renewed, they will never
|
||||
expire. The parameter is an integer duration of seconds or a duration
|
||||
string (e.g. `"72h"`).
|
||||
expire. The parameter is an integer duration of seconds. Tokens issued
|
||||
track updates to the role value; the new period takes effect upon next
|
||||
renew.
|
||||
</li>
|
||||
<li>
|
||||
<span class="param">path_suffix</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue