Expected Behavior
GitHub events should be useable with any aciton
Actual Behavior
GitHub event source directly wires a GitHub webhook to an externally visible Ela route.
Steps to Reproduce the Problem
- Run GitHub sample
Additional Info
To correctly fix this, the GitHub proxy will be responsible for exposing a "ReceiveAdapter" that will act as the gateway between GitHub and the event system. It should reformat webhook responses as Events and send them to the delivery service.
Expected Behavior
GitHub events should be useable with any aciton
Actual Behavior
GitHub event source directly wires a GitHub webhook to an externally visible Ela route.
Steps to Reproduce the Problem
Additional Info
To correctly fix this, the GitHub proxy will be responsible for exposing a "ReceiveAdapter" that will act as the gateway between GitHub and the event system. It should reformat webhook responses as Events and send them to the delivery service.