Files
vault/website/content/partials/tokenfields.mdx
hc-github-team-secure-vault-core 51e95bbb9c backport of commit 1ed642d126 (#20242)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-04-19 00:17:54 +00:00

16 lines
836 B
Plaintext

- `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
token policies to encode onto generated tokens. Depending on the auth method, this
list may be supplemented by user/group/other values.
- `policies` `(array: [] or comma-delimited string: "")` - DEPRECATED: Please
use the `token_policies` parameter instead. List of token policies to encode
onto generated tokens. Depending on the auth method, this list may be
supplemented by user/group/other values.
@include 'tokenstorefields.mdx'