Skip to content

Commit aa7edd1

Browse files
authored
fix: set explicit permissions on s3 for syncer lambda (github-aws-runners#2145)
1 parent 9e2a7b6 commit aa7edd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/runner-binaries-syncer/policies/lambda-syncer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"Action": [
77
"s3:GetObjectTagging",
88
"s3:GetObjectVersionTagging",
9-
"s3:PutObject*",
10-
"s3:RequestObjectTag*"
9+
"s3:PutObject",
10+
"s3:PutObjectTagging"
1111
],
1212
"Resource": ["${s3_resource_arn}"]
1313
}

0 commit comments

Comments
 (0)