Skip to content

Commit 7ef1c84

Browse files
Merge pull request #7843 from r4f4/aws-tag-profile-perm
OCPBUGS-25440: ic: aws: add iam:TagInstanceProfile permission requirement
2 parents 9c1a6b7 + d3dadf1 commit 7ef1c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/asset/installconfig/aws/permissions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ var permissions = map[PermissionGroup][]string{
136136
"iam:PutRolePolicy",
137137
"iam:RemoveRoleFromInstanceProfile",
138138
"iam:SimulatePrincipalPolicy",
139+
"iam:TagInstanceProfile",
139140
"iam:TagRole",
140141

141142
// Route53 related perms

0 commit comments

Comments
 (0)