We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fb66e commit 0348d3dCopy full SHA for 0348d3d
cicd/1-setup/cicd-dependencies.template.yml
@@ -103,6 +103,17 @@ Resources:
103
Action:
104
- sts:AssumeRole
105
Policies:
106
+ - PolicyName: ECRPolicy
107
+ PolicyDocument:
108
+ Version: "2012-10-17"
109
+ Statement:
110
+ - Effect: Allow
111
+ Action:
112
+ - ecr:GetAuthorizationToken
113
+ - ecr:BatchCheckLayerAvailability
114
+ - ecr:GetDownloadUrlForLayer
115
+ - ecr:BatchGetImage
116
+ Resource: "*"
117
- PolicyName: LogsPolicy
118
PolicyDocument:
119
Version: "2012-10-17"
0 commit comments