Skip to content

Commit

Permalink
Add tag permissions for IAM (#92)
Browse files Browse the repository at this point in the history
* Update iam-policy.json

* Update CHANGELOG.md
  • Loading branch information
Christian Bianchi authored Apr 8, 2024
1 parent c91bcd9 commit 326e3f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add `iam:ListRoleTags` and `iam:UntagRole` permissions to the AWS operator role.

## [3.4.0] - 2024-01-16

### Changed
Expand Down
2 changes: 2 additions & 0 deletions aws-operator-role/iam-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"iam:PutRolePolicy",
"iam:RemoveRoleFromInstanceProfile",
"iam:TagRole",
"iam:ListRoleTags",
"iam:UntagRole",
"iam:UpdateAssumeRolePolicy",
"iam:UpdateRoleDescription",
"kms:*",
Expand Down

0 comments on commit 326e3f5

Please sign in to comment.