INFRA-1960 | Deepak Jain | fixing iam role policy

This commit is contained in:
deepak jain
2023-07-24 18:05:23 +05:30
parent 3d45ffc008
commit 85c7c39f43

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/*"
}
]
}