mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-27 02:31:12 +01:00
Update path help for approle secret id TTL
This commit is contained in:
parent
46888828cc
commit
be2d33e4b6
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user