-
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
Unable to add secret rotation to an RDS database #7885
Comments
What error messages are you seeing in the nested stack? |
Unfortunately, CDK doesn't seem to log any errors from the nested stack, only reporting that it failed to create. I'll attach the output with verbose logging turned on in hopes that it's helpful:
|
Can you look in the console while deploying? |
Yes in Cloudformation but for the nested stack that is creating the secret rotation. |
You can leave this open, we can fix this in the CDK here:
|
Get the last 64 chars of the `uniqueId`. See aws#7885 (comment). Closes aws#7885
Get the last 64 chars of the `uniqueId`. See aws#7885 (comment). Closes aws#7885
Get the last 64 chars of the `uniqueId`. See #7885 (comment). Closes #7885 Closes #8442 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
After using
.addRotationSingleUser()
on a database instance, CDK fails to deploy the rotation application stack successfully.Reproduction Steps
Code Sample:
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: