Skip to content

Commit 65365f0

Browse files
authored
Add ECR and S3 ReadOnly access to the recommended policy (#40)
Signed-off-by: Amine Hilaly <[email protected]> Add ECR and S3 ReadOnly access to the recommended policy for lambda-controller By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3796d70 commit 65365f0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

config/iam/recommended-inline-policy

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Effect": "Allow",
6+
"Action": [
7+
"lambda:*",
8+
"s3:Get*",
9+
"ecr:Get*",
10+
"iam:PassRole"
11+
],
12+
"Resource": "*"
13+
}
14+
]
15+
}

config/iam/recommended-policy-arn

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)