Skip to content

Commit 916b3a3

Browse files
Merge pull request #8573 from jharrington22/ocpbugs-35309
OCPBUGS-35309: Add S3 permission to allow attaching S3 bucket policy
2 parents 9f02731 + df5ba84 commit 916b3a3

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
@@ -175,6 +175,7 @@ var permissions = map[PermissionGroup][]string{
175175
"s3:GetReplicationConfiguration",
176176
"s3:ListBucket",
177177
"s3:PutBucketAcl",
178+
"s3:PutBucketPolicy",
178179
"s3:PutBucketTagging",
179180
"s3:PutEncryptionConfiguration",
180181

0 commit comments

Comments
 (0)