sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
36 stars 14 forks source link

Missing CodeDeploy permissions in recommended IAM policy in README (?) #32

Closed countless-integers closed 3 years ago

countless-integers commented 3 years ago

Readme mentions S3 permission, but not exact CodeDeploy permissions.

I know it needs at least:

I'd make a PR, but I'm not sure what the exact policies are, because took a bit of a shortcut and used some * and permissions I used for a previous implementation I was using.

iBotPeaches commented 3 years ago

thanks for the note. Appears I only put docs about the s3 permissions. I have a PR up for the associated codedeploy suggested permissions.