-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Force delete secrets when deleting a cloudformation stack #11676
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
Conversation
…lete secrets from CFN per default
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 19m 16s ⏱️ - 1h 21m 49s Results for commit d267c12. ± Comparison against base commit 951e41a. This pull request removes 3026 tests.
♻️ This comment has been updated with latest results. |
…force delete secrets from CFN per default" This reverts commit a9dc04e.
This PR previously contained changes now in #11680, as those require a moto change. I split it up to be able to merge this one faster, as they are only loosely related. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another un-skipped test 🥳
Motivation
CloudFormation will per default force-delete a secret, so they do not show up anymore after stack deletion.
In LocalStack, we currently do not do this, leading to issues when recreating a secret with the same name.
Changes