Skip to content

Commit

Permalink
Add a necessary IAM permission to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Mar 9, 2016
1 parent 9368a08 commit c272799
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions website/source/docs/secrets/aws/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,15 @@ The root credentials need permission to perform various IAM actions. These are t
"Action": [
"iam:CreateAccessKey",
"iam:CreateUser",
"iam:PutUserPolicy",
"iam:ListGroupsForUser",
"iam:ListUserPolicies",
"iam:ListAccessKeys",
"iam:DeleteAccessKey",
"iam:DeleteUser"
"iam:DeleteUserPolicy",
"iam:ListAccessKeys",
"iam:ListAttachedUserPolicies",
"iam:ListGroupsForUser",
"iam:ListUserPolicies",
"iam:PutUserPolicy",
"iam:RemoveUserFromGroup",
"iam:DeleteUser"
],
"Resource": [
"arn:aws:iam::ACCOUNT-ID-WITHOUT-HYPHENS:user/vault-*"
Expand Down

0 comments on commit c272799

Please sign in to comment.