From 4f68f03a9938f619d265e2cf02671ccb376e7ca1 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 1 Jul 2019 08:47:13 -0400 Subject: [PATCH] Fix up some displayattr text --- builtin/logical/aws/path_roles.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/logical/aws/path_roles.go b/builtin/logical/aws/path_roles.go index 5b0cf2c693..8a3f728f9b 100644 --- a/builtin/logical/aws/path_roles.go +++ b/builtin/logical/aws/path_roles.go @@ -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", }, },