We are toying with the idea of moving from using SSE to WebHooks for integration with our inhouse managed service.
SSE is using an outbound connection from us, whereas WebHooks is an inbound connection.
Our service uses the Haproxy load balancer.
There is no issue in our production and staging environments to accept inbound connections from anywhere (after all, they are public services!).
The issue for this ticket is that we need lock down inbound connections to our development environment as good security practice.
Is there an IP address range that we can specify for “particle webhook requests” for the purposes of firewalling?
Any other thoughts?