From 03da496bd2284038bb1e8587751b03403ca85ec8 Mon Sep 17 00:00:00 2001 From: Steve Jansen Date: Mon, 4 Apr 2016 21:30:41 -0400 Subject: [PATCH] Adds note on GH-1102 fix to secret/aws doc Add note related to #1102, which leads to a non-obvious AWS error message on 0.5.0 or earlier. --- website/source/docs/secrets/aws/index.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/secrets/aws/index.html.md b/website/source/docs/secrets/aws/index.html.md index 7585fefbd1..36cc446658 100644 --- a/website/source/docs/secrets/aws/index.html.md +++ b/website/source/docs/secrets/aws/index.html.md @@ -195,6 +195,9 @@ If either of those conditions are not met, a "403 not-authorized" error will be See http://docs.aws.amazon.com/STS/latest/APIReference/API_GetFederationToken.html for more details. +Vault 0.5.1 or later is recommended when using STS tokens to avoid validation errors for exceeding +the AWS limit of 32 characters on STS token names. + ## A Note on Consistency Unfortunately, IAM credentials are eventually consistent with respect to other