Fix typo in iam permission for STS

This commit is contained in:
Steve Jansen 2016-04-04 21:20:26 -04:00
parent 9102b994aa
commit 89c7f312e4
1 changed files with 1 additions and 1 deletions

View File

@ -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.