-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Smart manual approval for CI/CD #2879
Copy link
Copy link
Closed
Labels
closed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.management/ci-cdRelated to CI/CDRelated to CI/CDp2
Description
When working on CD project. every commit to the master branch is pushed to production in cd pipeline. changes to the cloudformation can be risky since it can destroy the sate of the application (replace resources, cause downtime)
I would like to see an option for cdk to create a CFN change-set and wait for manual approval(e.g. cdk deploy --manual-approval=10m) on the change-set so human can review. I will also be nice to get SNS notification on this event so I can connect our Slack for ping the team.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
closed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.management/ci-cdRelated to CI/CDRelated to CI/CDp2