From 37d425f873f364d474decb6f5f1f100a7119a3ee Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 4 May 2016 02:17:20 -0400 Subject: [PATCH] Update website docs re token store role period parsing --- website/source/docs/auth/token.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/auth/token.html.md b/website/source/docs/auth/token.html.md index 5a5efe64b3..a3c65e4c55 100644 --- a/website/source/docs/auth/token.html.md +++ b/website/source/docs/auth/token.html.md @@ -599,8 +599,9 @@ of the header should be "X-Vault-Token" and the value should be the token. If set, tokens created against this role will not have a maximum lifetime. Instead, they will have a fixed TTL that is refreshed with each renewal. So long as they continue to be renewed, they will never - expire. The parameter is an integer duration of seconds or a duration - string (e.g. `"72h"`). + expire. The parameter is an integer duration of seconds. Tokens issued + track updates to the role value; the new period takes effect upon next + renew.
  • path_suffix