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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kube-aws: add ECR policies to IAMRoleWorker
Browse files Browse the repository at this point in the history
Oscar Morante committed Apr 6, 2016
1 parent 7b9f1a9 commit a96dde0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions multi-node/aws/pkg/config/templates/stack-template.json
Original file line number Diff line number Diff line change
@@ -202,6 +202,15 @@
"Action" : "kms:Decrypt",
"Effect" : "Allow",
"Resource" : "{{.KMSKeyARN}}"
},
{
"Action": [
"ecr:GetAuthorizationToken",
"ecr:BatchGetImage",
"ecr:GetDownloadUrlForLayer"
],
"Resource": "*",
"Effect": "Allow"
}
],
"Version": "2012-10-17"

0 comments on commit a96dde0

Please sign in to comment.