Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect case in policy of CustomResourceRole #19

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

yangaws
Copy link
Contributor

@yangaws yangaws commented Feb 4, 2021

Issue #, if available:

Description of changes:

The correct permission in IAM policy should start with capitalized letter after colon. Some policies for CustomResourceRole in this template use lower case letter instead. In my test the corresponding action will be denied.

This PR fixes the case.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The correct permission in IAM policy should start with capitalized letter after semi-colon. Some policies for CustomResourceRole in this template use lower case letter instead. In my test the corresponding action will be denied.
@sunnyoui
Copy link

Validate the fix and was able to deploy.

@yangaws what's required to get this merged?

@yangaws
Copy link
Contributor Author

yangaws commented Oct 1, 2021

Hi there,

Could any maintainers of this repo have a look at this CR and merge it if possible?

@eggoynes
Copy link
Member

eggoynes commented Oct 1, 2021

Hi @yangaws & @sunnyoui

Looks good. Are you seeing a specific error in lambda without this change?

@eggoynes eggoynes merged commit cc8ac71 into aws-solutions:master Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants