Skip to content

Commit

Permalink
add permission to create ecr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueribeiro committed Aug 16, 2022
1 parent b3a9a92 commit 6a4e3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/cromwell/cromwell-resources.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ Resources:
- "ecr:BatchCheckLayerAvailability"
- "ecr:GetDownloadUrlForLayer"
- "ecr:PutImage"
- "ecr:CreateRepository"

- PolicyName: !Sub CromwellServer-S3-Access-${AWS::Region}
PolicyDocument:
Expand Down

0 comments on commit 6a4e3d1

Please sign in to comment.