Kong Gateway configuration for LaunchDarkly SDKs

Hey, is anyone out there successfully getting the Kong Gateway properly configured to allow a LaunchDarkly SDK to successfully connect to LaunchDarkly?

LaunchDarkly SDKs allow you to specify a proxy server and port to allow the SDK to use a network/web proxy to connect to LaunchDarkly’s endpoints (https://stream.launchdarkly.com and https://events.launchdarkly.com). The LaunchDarkly SDK, during initialization, tries to establish a long-lived HTTPS connection (the stream endpoint is a long-lived streaming connection) and events will also connect but only periodically to send back event data to LaunchDarkly.

Before going deeper, I’m just looking to see if anyone in this forum has done this. Thanks!