Add iam:GetUser permission to the example. (#13316)

Without `iam:GetUser` permission, I wasn't able to get Vault to rotate its own credentials.
This commit is contained in:
Chris Jones 2022-02-04 14:07:26 -07:00 committed by GitHub
parent 0bb112520e
commit b97a1b3157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ permissions Vault needs:
"iam:DeleteUser",
"iam:DeleteUserPolicy",
"iam:DetachUserPolicy",
"iam:GetUser",
"iam:ListAccessKeys",
"iam:ListAttachedUserPolicies",
"iam:ListGroupsForUser",