-
Story
-
Resolution: Done
-
Major
-
None
Story
As a user of RHDH, I want to enable or disable installed plugins so that I can tailor my RHDH to my specific needs, ensuring that only the necessary plugins are active.
Background
Dependencies and Blockers
QE impacted work
Documentation impacted work
Acceptance Criteria
- Create new endpoint:
- PUT /api/marketplace/plugin/:namespace/:name/configuration/enable body: {"enabled": true/false }
- POST /api/marketplace/plugin/:namespace/:name/configuration/enable body: {"enabled": true/false }
- GET /api/marketplace/plugin/:namespace/:name/configuration/enable - or maybe frontend can use scalprum url to get the overall status what is enabled
- is depended on by
-
RHIDP-6811 Consume Extension APIs to access and manage plugins
-
- Closed
-
-
RHIDP-7864 Integrate the backend API for disabling and re-enabling the plugin
-
- Closed
-