-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Milestone
Description
Problem to solve
Receive and store data sended by 42 Intranet Webhooks API.
Intended
Unknown
Technical Documentation
All webhooks sended by Intranet is protected by a secret key send on header X-Secret. Each webhook registry have a separated secret.
Further details
Using Redis Pub/Sub seems a reasonable choice.
Testing
Maybe add a sub command or hack scripts to simulate data sended by intranet to simplify development and contributions.
What does success look like, and how can we measure that?
Create an application that will listen to the webhooks sent in HTTP POST by the intranet of 42 and that will store them in a pub/sub, in order to be processed later and not to lose this volatile data.
Links / References
No documentation of the webhooks is public.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels