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

Provide an example plugin implementation that embeds an upstream plugin #34

Open
evan2645 opened this issue Nov 10, 2022 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@evan2645
Copy link
Member

It's common to want to provide custom selectors during node attestation without wanting to fork existing upstream plugins. The recommended way to do this is to embed the upstream plugin (i.e. wrap it), and inject custom selectors when Attest is called. That said, we don't have any good examples of how to do this.

This repository should provide, at a minimum, some docs and examples on how to do this.

@zmt
Copy link

zmt commented Jun 15, 2023

I wrote a fairly generic node attestor wrapper plugin. I can probably clean it up to get slightly better config. shape and remove any employer-specific bits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants