diff --git a/multi-node/aws/pkg/config/templates/stack-template.json b/multi-node/aws/pkg/config/templates/stack-template.json index 70d37c64c7..0340726b8c 100644 --- a/multi-node/aws/pkg/config/templates/stack-template.json +++ b/multi-node/aws/pkg/config/templates/stack-template.json @@ -222,6 +222,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"