Skip to content

Commit

Permalink
Merge pull request #174 from tremble/iam_role
Browse files Browse the repository at this point in the history
Update 'unsupported' IAM permissions for iam_role integration tests
  • Loading branch information
jillr authored Oct 21, 2021
2 parents 91cf70c + c1fa957 commit 52f2313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hacking/aws_config/test_policies/security-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Statement:
- iam:GetPolicyVersion
- iam:GetRolePolicy
- iam:ListAttachedGroupPolicies
- iam:ListAttachedRolePolicies
- iam:ListAttachedUserPolicies
- iam:ListInstanceProfilesForRole
- iam:ListGroups
- iam:ListUsers
- iam:ListPolicies
Expand Down Expand Up @@ -44,6 +46,7 @@ Statement:
Action:
- iam:AddUserToGroup
- iam:AttachUserPolicy
- iam:AttachRolePolicy
- iam:CreateAccessKey
- iam:CreateGroup
- iam:CreatePolicy
Expand All @@ -56,6 +59,7 @@ Statement:
- iam:DeleteRolePolicy
- iam:DeleteUser
- iam:DetachUserPolicy
- iam:DetachRolePolicy
- iam:GetGroup
- iam:GetUser
- iam:ListAccessKeys
Expand Down

0 comments on commit 52f2313

Please sign in to comment.