Hi! anyone know how to configure permissions of a ...
# general
b
Hi! anyone know how to configure permissions of a private ECR registry? https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions-create.html
b
Hi @big-apartment-95438 you need to look at this - https://www.pulumi.com/docs/reference/pkg/aws/ecr/repositorypolicy/
b
I did but if im not wrong this does not support applying permissions for the entire "private" ECR. even tough this feature is supported by AWS. What I need is a permission for the entire private ECR to allow cross account pulling.
b
yes, this works for that - you just need to write the correct permission for that - like in the upstream AWS docs
oh it's a registry!!
My apologies
yes, that isn't supported at this time
b
😞
so what can I do? should I use the AWS SDK? btw where should i post an issue?
b
you can post an issue for support in pulumi-aws repo
b
Thanks