Skip to content

Commit bdfff1b

Browse files
authored
add codecommit:GitPull permissions (#1851)
### Feature or Bugfix - Bugfix ### Detail Adding missing permission codecommit:GitPull in codebuild role ### Relates Resolve #1840 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5a66dc3 commit bdfff1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deploy/stacks/pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def set_codebuild_iam_roles(self):
335335
'codeartifact:GetAuthorizationToken',
336336
'codeartifact:GetRepositoryEndpoint',
337337
'codeartifact:ReadFromRepository',
338+
'codecommit:GitPull',
338339
'ecr:GetDownloadUrlForLayer',
339340
'ecr:BatchGetImage',
340341
'ecr:BatchCheckLayerAvailability',

0 commit comments

Comments
 (0)