mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Fix up some displayattr text
This commit is contained in:
parent
8c8a220074
commit
4f68f03a99
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ GetFederationToken API call, acting as a filter on permissions available.`,
|
|||
Type: framework.TypeDurationSecond,
|
||||
Description: fmt.Sprintf("Default TTL for %s and %s credential types when no TTL is explicitly requested with the credentials", assumedRoleCred, federationTokenCred),
|
||||
DisplayAttrs: &framework.DisplayAttributes{
|
||||
Name: "Default TTL",
|
||||
Name: "Default STS TTL",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ GetFederationToken API call, acting as a filter on permissions available.`,
|
|||
Type: framework.TypeDurationSecond,
|
||||
Description: fmt.Sprintf("Max allowed TTL for %s and %s credential types", assumedRoleCred, federationTokenCred),
|
||||
DisplayAttrs: &framework.DisplayAttributes{
|
||||
Name: "Max TTL",
|
||||
Name: "Max STS TTL",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue