JustinPihony / gradle-aws-plugin-reboot

Gradle plugin to manage Amazon Web Services
6 stars 5 forks source link

Add support for setting ECR permissions #2

Open jonathannaguin opened 4 years ago

jonathannaguin commented 4 years ago

Hello,

At the moment, there is a task for creating ECR repositories however there isn't a task for setting up the permissions. The AWS SDK call would be https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/ecr/AmazonECRClient.html#setRepositoryPolicy-com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest-

JustinPihony commented 3 years ago

Are you able to create the PR yourself? I am going to try to monitor the repo and push more regularly moving forward.