INFRA-1960 | Deepak Jain | fixing iam role policy
This commit is contained in:
@@ -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/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user