Skip to content

Commit

Permalink
fix: set explicit permissions on s3 for syncer lambda (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
julada authored Jun 14, 2022
1 parent 9e2a7b6 commit aa7edd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/runner-binaries-syncer/policies/lambda-syncer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"Action": [
"s3:GetObjectTagging",
"s3:GetObjectVersionTagging",
"s3:PutObject*",
"s3:RequestObjectTag*"
"s3:PutObject",
"s3:PutObjectTagging"
],
"Resource": ["${s3_resource_arn}"]
}
Expand Down

0 comments on commit aa7edd1

Please sign in to comment.