From 890c19312fdfc7b01e9ace6ad7122034f07694c0 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 15 Nov 2016 11:50:51 -0500 Subject: [PATCH] Update path help for approle secret id TTL --- builtin/credential/approle/path_role.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/credential/approle/path_role.go b/builtin/credential/approle/path_role.go index 8743d0649..c77bea8ff 100644 --- a/builtin/credential/approle/path_role.go +++ b/builtin/credential/approle/path_role.go @@ -121,7 +121,7 @@ will expire. Defaults to 0 meaning that the the secret_id is of unlimited use.`, "secret_id_ttl": &framework.FieldSchema{ Type: framework.TypeDurationSecond, Description: `Duration in seconds after which the issued SecretID should expire. Defaults -to 0, in which case the value will fall back to the system/mount defaults.`, +to 0, meaning no expiration.`, }, "token_ttl": &framework.FieldSchema{ Type: framework.TypeDurationSecond, @@ -249,7 +249,7 @@ addresses which can perform the login operation`, "secret_id_ttl": &framework.FieldSchema{ Type: framework.TypeDurationSecond, Description: `Duration in seconds after which the issued SecretID should expire. Defaults -to 0, in which case the value will fall back to the system/mount defaults.`, +to 0, meaning no expiration.`, }, }, Callbacks: map[logical.Operation]framework.OperationFunc{