BC warning

This commit is contained in:
Alex Dadgar
2017-01-26 13:25:55 -08:00
parent 421c982ea1
commit 9d4e00d738

View File

@@ -51,7 +51,9 @@ vault {
The token given to Nomad does not have to be created from this role but must
have "update" capability on "auth/token/create/<create_from_role>" path in
Vault. If this value is unset and the token is created from a role, the value
is defaulted to the role the token is from.
is defaulted to the role the token is from. This is largely for backwards
compatibility. It is recommended to set the `create_from_role` field if Nomad
is deriving child tokens from a role.
- `task_token_ttl` `(string: "")` - Specifies the TTL of created tokens when
using a root token. This is specified using a label suffix like "30s" or "1h".