Open shreelola opened 4 years ago
From reading the issue, it seems like you have a large number of accounts you're trying to address permissions for. Did we understand that correctly?
If so, would AWS Organizations be a suitable solution for your needs, without the verbose overhead of linking each individual account?
Community Note
Tell us about your request Currently ECR Repository policy text is limited to 10240 chars (https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_SetRepositoryPolicy.html#API_SetRepositoryPolicy_RequestSyntax), this is limiting us to add multiple cross account permissions to ECR repository. Can you please increase this limit so that we can add multiple AWS accounts.
Which service(s) is this request for? ECR
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? We are settings access policy on per repository level and adding different AWS accounts ids for pulling the images, since we hit with this limit we are blocked to add any new accounts.
Are you currently working around this issue? Not finding any workaround for this.