aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[ECR] [request]: Please increase ECR repository policy text constraint. #1064

Open shreelola opened 4 years ago

shreelola commented 4 years ago

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.

arunsollet commented 2 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?