open-vault/website/pages/partials/tokenfields.mdx
Jeff Escalante df34412570 New Website! (#8154)
* new documentation website

* ci job adjustment

* update to latest version on downloads page

* remove transition-period scripts

* add netlify toml file

* fix docs patch

* fix ci config?

* revert go.mod changes

* a couple last markdown formatting fixes
2020-01-17 16:18:09 -08:00

12 lines
567 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 'partials/tokenstorefields.mdx'