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

Support GraphQL interface #58

Open
m-mizutani opened this issue Dec 10, 2023 · 0 comments
Open

Support GraphQL interface #58

m-mizutani opened this issue Dec 10, 2023 · 0 comments

Comments

@m-mizutani
Copy link
Owner

Why

AlertChain can output workflow progress and results as structured logs. It can be used for testing and debugging for production environment. However it's suitable for only developer and difficult to understand them for non-developer of AlertChain.

AlertChain's concept is lightweight SOAR and it should not have heavy UI component. So it should have data access API and provide capability to build separated front-end implementation liek
most of other SOAR production.

ToDo

  • Add GraphQL schema and interface implementation
  • Add authentication mechanism for GraphQL query (and original /alert path also)
  • Implement small web UI as example
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