Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit abed9d6

Browse files
authored
add replication support for ecr repo (#1690)
1 parent b194aee commit abed9d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/replicator/coverage.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@
2323
"service": "ec2",
2424
"identifier": "VpcId"
2525
},
26+
{
27+
"resource_type": "AWS::ECR::Repository",
28+
"policy_statements": [
29+
"cloudformation:GetResource",
30+
"ecr:BatchCheckLayerAvailability",
31+
"ecr:BatchGetImage",
32+
"ecr:DescribeRepositories",
33+
"ecr:GetAuthorizationToken",
34+
"ecr:GetDownloadUrlForLayer"
35+
],
36+
"service": "ecr",
37+
"identifier": "RepositoryName:<ImageTag[Optional]>"
38+
},
2639
{
2740
"resource_type": "AWS::IAM::Policy",
2841
"policy_statements": ["iam:GetPolicy"],

0 commit comments

Comments
 (0)