Skip to content

Commit

Permalink
fix: added iam:TagRole permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Siemon committed May 31, 2024
1 parent 79b4ad0 commit 45f89aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ resources:
- Effect: Allow
Action:
- 'iam:GetRole'
- 'iam:TagRole'
- 'iam:PassRole'
- 'iam:CreateRole'
- 'iam:DeleteRole'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ resources:
- Effect: Allow
Action:
- 'iam:GetRole'
- 'iam:TagRole'
- 'iam:PassRole'
- 'iam:CreateRole'
- 'iam:DeleteRole'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ resources:
- Effect: Allow
Action:
- 'iam:GetRole'
- 'iam:TagRole'
- 'iam:PassRole'
- 'iam:CreateRole'
- 'iam:DeleteRole'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ resources:
- Effect: Allow
Action:
- 'iam:GetRole'
- 'iam:TagRole'
- 'iam:PassRole'
- 'iam:CreateRole'
- 'iam:DeleteRole'
Expand Down

0 comments on commit 45f89aa

Please sign in to comment.