Skip to content
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

[FEATURE] Implement Notification for Manual Deletion of Certain Resources #579

Closed
owaiskazi19 opened this issue Mar 14, 2024 · 0 comments · Fixed by #763
Closed

[FEATURE] Implement Notification for Manual Deletion of Certain Resources #579

owaiskazi19 opened this issue Mar 14, 2024 · 0 comments · Fixed by #763
Assignees
Labels
enhancement New feature or request

Comments

@owaiskazi19
Copy link
Member

owaiskazi19 commented Mar 14, 2024

Is your feature request related to a problem?

Referencing #574 (comment), certain workflow steps cannot include a deletion action due to the potential risk of removing critical resources or data. An example of this is the DeleteIndex workflow step. In such scenarios, upon completion of deprovisioning, users should be informed to manually delete such resources.

What solution would you like?

For workflow steps that include a NoopStep for deletion (such as this example), users should be notified to manually delete the resource by printing a message along with the deprovision API call.

Example: Delete RegisterGroupModel manually

What alternatives have you considered?

Just have a NoopStep for such cases and don't notify the user.

Do you have any additional context?

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants