-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(integ-tests-alpha): Incorrect IAM policy statement generated when actions has a hyphen in the name #26952
Comments
@peterwoodworth I can take this, after you triage and deem it needing to be fixed. |
@khushail I'll take this, please assign me. |
Thanks for volunteering to work on this PR. Please feel fee to proceed. |
|
Describe the bug
The generated IAM policy does not take into account if the service has a
-
in it's name for the IAM Policy ActionExpected Behavior
The generated IAM policy has the correct permissions
Current Behavior
The generated IAM policy does not has the correct permissions
Reproduction Steps
Given the following integ test
An IAM Role with the following policy is generated with an incorrect action
The action needs to be
redshift-serverless:GetUsageLimit
instead ofredshiftserverless:GetUsageLimit
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.89.0-alpha.0
Framework Version
No response
Node.js Version
v20.5.0
OS
Osx Ventura
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: