Skip to content

Commit

Permalink
Add codecommit:GitPull policy so that CodeBuild can be used against C…
Browse files Browse the repository at this point in the history
…odeCommit (#47)

Co-authored-by: Maxim Mironenko <simixido@gmail.com>
  • Loading branch information
tampakrap and maximmi authored Mar 3, 2020
1 parent da6ad7b commit 8d692b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ data "aws_iam_policy_document" "permissions" {
sid = ""

actions = [
"codecommit:GitPull",
"ecr:BatchCheckLayerAvailability",
"ecr:CompleteLayerUpload",
"ecr:GetAuthorizationToken",
Expand Down

0 comments on commit 8d692b3

Please sign in to comment.