open-vault/website/content/partials/tokenfields.mdx
Jeff Escalante ec620a7765
Implement MDX Remote (#10581)
* implement mdx remote

* fix an unfenced code block

* fix partials path

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00

12 lines
558 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
policies to encode onto generated tokens. Depending on the auth method, this
list may be supplemented by user/group/other values.
@include 'tokenstorefields.mdx'