mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 22:32:09 -04:00
logical/aws: Fix typo in warning message (#2747)
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
This commit is contained in:
parent
eecebf88e3
commit
3ba9486ba9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ func genUsername(displayName, policyName, userType string) (ret string, warning
|
|||
normalizeDisplayName(policyName))
|
||||
if len(midString) > 42 {
|
||||
midString = midString[0:42]
|
||||
warning = "the calling token display name/IAM policy name were truncated to find into IAM username length limits"
|
||||
warning = "the calling token display name/IAM policy name were truncated to fit into IAM username length limits"
|
||||
}
|
||||
case "sts":
|
||||
// Capped at 32 chars, which leaves only a couple of characters to play
|
||||
|
|
|
|||
Loading…
Reference in a new issue