-
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
(pipelines): missing capabilities to deploy stack with secret rotation application #15711
Comments
Having the same issue: https://stackoverflow.com/questions/68523505/add-iam-capabilities-to-stack-in-cdk By adding this to the resources in my stack I start getting this issue:
Also happening in 1.115, which I installed today. |
|
The modern
pipelines.CodePipeline
fails to create/update stacks that contain a secret rotation application, e.g. SecretsManagerRDSMySQLRotationSingleUser created bymyCluster.addRotationSingleUser()
, due to missing capabilities:This could be a regression from the he original
pipelines.CdkPipeline
which successfully deploys the same stack.Reproduction Steps
What did you expect to happen?
The modern
pipelines.CodePipeline
successfully deploys stacks with secret rotation applications (as the originalpipelines.CdkPipeline
does).What actually happened?
The modern
pipelines.CodePipeline
fails to deploy stacks with secret rotation applications.Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: