aws-deployment-framework icon indicating copy to clipboard operation
aws-deployment-framework copied to clipboard

feat: set codecommit repository description

Open Nr18 opened this issue 2 years ago • 0 comments

We want to set the CodeCommit description from the deployment map. And looking at the ADF codebase it is partially implemented already. So I figured that I would complete the feature ;-) since we want to make use of it.

The implementation is really simple, see: #469

But I noticed that the codecommit:UpdateRepository action is part of the IAM permissions for the adf-automation-role. But this permission does not exist at all. You have codecommit:UpdateRepositoryName and codecommit:UpdateRepositoryDescription.

Changing a repository name is tricky, so that should not be there (I think) but the codecommit:UpdateRepository action should be changed to codecommit:UpdateRepositoryDescription IMHO.

Nr18 avatar Apr 08 '22 08:04 Nr18