INFRA-581 | Abhishek | Add access to create and manage ecr repositories (#130)

This commit is contained in:
Abhishek Katiyar
2020-11-09 09:20:09 +05:30
committed by GitHub Enterprise
parent 56e2eef8fd
commit 78a08a7340
2 changed files with 12 additions and 0 deletions

View File

@@ -141,6 +141,12 @@
"actions": [
"sts:*"
]
},
{
"resource": "*",
"actions": [
"ecr:*"
]
}
]
}