2020-01-18 00:18:09 +00:00
|
|
|
- `token_ttl` `(integer: 0 or string: "")` - The incremental lifetime for
|
|
|
|
generated tokens. This current value of this will be referenced at renewal
|
|
|
|
time.
|
|
|
|
- `token_max_ttl` `(integer: 0 or string: "")` - The maximum lifetime for
|
|
|
|
generated tokens. This current value of this will be referenced at renewal
|
|
|
|
time.
|
|
|
|
- `token_policies` `(array: [] or comma-delimited string: "")` - List of
|
|
|
|
policies to encode onto generated tokens. Depending on the auth method, this
|
|
|
|
list may be supplemented by user/group/other values.
|
|
|
|
|
2020-12-17 21:53:33 +00:00
|
|
|
@include 'tokenstorefields.mdx'
|