[GH-ISSUE #418] Restrict Plugin Uninstallation While in Use #275

Closed
opened 2026-03-03 11:14:26 +03:00 by kerem · 0 comments
Owner

Originally created by @manikanta9176 on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/418

Originally assigned to: @manikanta9176 on GitHub.

We have a few approaches to address the uninstallation of a plugin when it's actively being used:

  1. Fully restrict uninstallation while the plugin is in use.
  2. Allow uninstallation, but display an alert informing users that it may impact the services utilizing the plugin. (If feasible, we can disable related service operations if the plugin is not installed.)
  3. Automatically remove any dependent services when the plugin is uninstalled.

Note: For now, we’ll proceed with option 1, which is to fully restrict uninstallation.

Originally created by @manikanta9176 on GitHub (Aug 18, 2025). Original GitHub issue: https://github.com/dflow-sh/dflow/issues/418 Originally assigned to: @manikanta9176 on GitHub. We have a few approaches to address the uninstallation of a plugin when it's actively being used: 1. **Fully restrict uninstallation** while the plugin is in use. 2. Allow uninstallation, but display an alert informing users that it may impact the services utilizing the plugin. (If feasible, we can disable related service operations if the plugin is not installed.) 3. Automatically remove any dependent services when the plugin is uninstalled. **Note:** For now, we’ll proceed with **option 1**, which is to fully restrict uninstallation.
kerem 2026-03-03 11:14:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#275
No description provided.