diff --git a/config/templates/stack-template.json b/config/templates/stack-template.json index eb43e098e..66bca98e6 100644 --- a/config/templates/stack-template.json +++ b/config/templates/stack-template.json @@ -200,6 +200,19 @@ "Action" : "kms:Decrypt", "Effect" : "Allow", "Resource" : "{{.KMSKeyARN}}" + }, + { + "Action": [ + "ecr:GetAuthorizationToken", + "ecr:BatchCheckLayerAvailability", + "ecr:GetDownloadUrlForLayer", + "ecr:GetRepositoryPolicy", + "ecr:DescribeRepositories", + "ecr:ListImages", + "ecr:BatchGetImage" + ], + "Resource": "*", + "Effect": "Allow" } ], "Version": "2012-10-17"