You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we offer a way to extend Chainloop via a core plugins SDK.
This mechanism has the limitation that it requires the plugin to be added to Chainloop's Control Plane source code and released with it. In other words, you can not develop a plugin on your end, and test it out in an existing instance of Chainloop.
We want to change that as next step, we'd like to
Allow users to develop plugins on their own outside of Chainloops source code.
Being able to dynamically load such plugins by dropping them in a configurable directory.
To implement this, there are different options, but the one we've aiming to implement in our original design is the use of https://github.com/hashicorp/go-plugin
The content you are editing has changed. Please copy your edits and refresh the page.
Currently we offer a way to extend Chainloop via a
core plugins
SDK.This mechanism has the limitation that it requires the plugin to be added to Chainloop's Control Plane source code and released with it. In other words, you can not develop a plugin on your end, and test it out in an existing instance of Chainloop.
We want to change that as next step, we'd like to
To implement this, there are different options, but the one we've aiming to implement in our original design is the use of https://github.com/hashicorp/go-plugin
Tasks
The text was updated successfully, but these errors were encountered: