Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 17fbabc

Browse files
laviniugmichaelwittig
authored andcommitted
Adding iam:GetGroup permission to the Policy (#25)
1 parent 35be431 commit 17fbabc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

showcase.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Resources:
6969
- Effect: Allow
7070
Action: 'iam:ListUsers'
7171
Resource: '*'
72+
- Effect: Allow
73+
Action: 'iam:GetGroup'
74+
Resource: '*'
7275
- Effect: Allow
7376
Action:
7477
- 'iam:ListSSHPublicKeys'

0 commit comments

Comments
 (0)