Merge pull request #552 from navi-infra/INFRA-1960

INFRA-1960 | Deepak Jain | fixing iam role policy
This commit is contained in:
Deepak Jain
2023-07-24 18:09:54 +05:30
committed by GitHub

View File

@@ -164,20 +164,18 @@
]
},
{
"Sid": "",
"Effect": "Allow",
"Action": [
"actions": [
"ecr:GetDownloadUrlForLayer",
"ecr:GetAuthorizationToken",
"ecr:BatchGetImage"
],
"Resource": "*"
"resource": "*"
},
{
"Sid": "",
"Effect": "Allow",
"Action": "ecr:*",
"Resource": "arn:aws:ecr:*:*:repository/sandbox/*"
"actions": [
"ecr:*"
],
"resource": "arn:aws:ecr:*:*:repository/sandbox/*"
}
]
}