Skip to content

Commit

Permalink
Merge pull request #780 from PRX/fix/add_ecr_priv_repo_read
Browse files Browse the repository at this point in the history
Add in permissions to read private repo
  • Loading branch information
kookster authored Sep 13, 2024
2 parents 36fb2cf + 24afde9 commit 61be508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Resources:
- ecr:CompleteLayerUpload
- ecr:UploadLayerPart
- ecr:PutImage
- ecr:BatchGetImage
- ecr:GetDownloadUrlForLayer
Resource: !Sub arn:${AWS::Partition}:ecr:${AWS::Region}:${AWS::AccountId}:repository/*
Version: "2012-10-17"
- PolicyName: PorterPolicy
Expand Down

0 comments on commit 61be508

Please sign in to comment.