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

Add web hook support #26

Open
dylan-bourque opened this issue Oct 18, 2022 · 0 comments
Open

Add web hook support #26

dylan-bourque opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dylan-bourque
Copy link
Collaborator

Consider extending the Perseus server to support web hooks that could be invoked when a module's dependencies are added/updated. This idea came up in an internal discussion within CrowdStrike but seems like it could be generally useful.

The minimal implementation would be to send a fire-and-forget HTTP POST to an unauthenticated endpoint, or one using basic auth, with a JSON payload that contains the module being updated along with its dependencies. We could even reuse the protojson encoding of the existing UpdateDependenciesRequest message.

More advanced authentication for web hooks should be investigated but may be outside of MVP scope for this feature.

@dylan-bourque dylan-bourque added the enhancement New feature or request label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant