Update path help for approle secret id TTL

This commit is contained in:
Jeff Mitchell 2016-11-15 11:50:51 -05:00
parent 475b04b703
commit 890c19312f

View file

@ -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{