Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
kube-aws: add ECR policies to IAMRoleWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Morante committed May 22, 2016
1 parent f4f6d3a commit 592beb5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions multi-node/aws/pkg/config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 592beb5

Please sign in to comment.