Skip to content

Commit 24bba2c

Browse files
Ensure the ecr action list is properly aligned between role-permissions and ECR policy (#242)
ref FOUND-484
1 parent f3f23f5 commit 24bba2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deployment/roles.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ data "aws_iam_policy_document" "cross_account_role_ecr" {
7575
effect = "Allow"
7676
actions = [
7777
"ecr:BatchCheckLayerAvailability",
78-
"ecr:BatchGetImage",
7978
"ecr:CompleteLayerUpload",
8079
"ecr:GetAuthorizationToken",
8180
"ecr:InitiateLayerUpload",

0 commit comments

Comments
 (0)