-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
Complexity: LowFeatureIssue that describes a new feature to be implemented.Issue that describes a new feature to be implemented.Impact: HighPluginsRefactor
Description
Description
Create a stubbed endpoint at /api/agent-plugins/<string:type>/<string:name>
. The stubbed endpoint will always return 404.
Goal/Context
Agents will request plugins from the Island at runtime. Between now and when plugins are fully implemented, we can begin to implement the infrastructure for passing them from the Island to the agent. At a later date, this endpoint will be fully implemented to return plugins instead of 404. For now, the stubbed endpoint allows development on the plugin infrastructure (e.g. #2579) to proceed.
Tasks
- Implement the stubbed endpoint (0.25d) @cakekoa
Metadata
Metadata
Assignees
Labels
Complexity: LowFeatureIssue that describes a new feature to be implemented.Issue that describes a new feature to be implemented.Impact: HighPluginsRefactor