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

Builtin plugins should be statically linked #320

Closed
evan2645 opened this issue Dec 27, 2017 · 1 comment
Closed

Builtin plugins should be statically linked #320

evan2645 opened this issue Dec 27, 2017 · 1 comment

Comments

@evan2645
Copy link
Member

It doesn't make a ton of sense to have standalone binaries for plugins which ship by default. It also complicates the build process and security story. Instead, we can statically link plugin logic in the agent and server binaries. Your mission, if you choose to accept it, is to teach the plugin catalog about builtins, and link them in directly. It should support both compiled-in builtins and bring-your-own for every plugin type.

@evan2645
Copy link
Member Author

hey look, this is done!

#360 and #364

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

No branches or pull requests

1 participant