Anyone have experience putting Airbyte behind a proxy? I added http_proxy/https_proxy to the yaml env vars, but the containers don't seem to be respecting them. The page doesn't load but whatever request is breaking it in the background isn't hitting the proxy.
s
s
04/27/2021, 9:11 PM
@Kevin OBrien sorry if this is obvious but just to be sure: you set the env variables to point to the proxy then restarted airbyte?
what happens when you
curl
the proxy address?
k
Kevin OBrien
04/28/2021, 12:31 AM
Yeah, I set those env variables to point at the proxy, both on the main server and the env variables passed into the containers. Curl and wget tests from the main server hit the proxy, are you asking me to run those from within one of the containers?
Kevin OBrien
04/28/2021, 12:32 AM
Also let me clarify, behind a proxy was really poor language. This is not an inbound reverse proxy, this is a proxy for outbound http / https requests.