From 89c7f312e45dbe408ce5b6595f159d59e41436e5 Mon Sep 17 00:00:00 2001 From: Steve Jansen Date: Mon, 4 Apr 2016 21:20:26 -0400 Subject: [PATCH] Fix typo in iam permission for STS --- website/source/docs/secrets/aws/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/secrets/aws/index.html.md b/website/source/docs/secrets/aws/index.html.md index 7585fefbd..51d783f31 100644 --- a/website/source/docs/secrets/aws/index.html.md +++ b/website/source/docs/secrets/aws/index.html.md @@ -187,7 +187,7 @@ Vault generates STS tokens using the IAM credentials passed to aws/config. Those credentials must have two properties: -- They must have permissions to call sts:GetFederatedToken. +- They must have permissions to call `sts:GetFederationToken`. - The capabilities of those credentials have to be at least as permissive as those requested by policies attached to the STS creds.