Hi folks,
My first message here 🙂 I'm trying to get Airbyte up and running on GCP and use Identity-aware proxy as a way to control user access to Airbyte.
Though, the first thing is I'm unsure how to expose Airbyte to public? I thought this is a default. But it seems it is not. I cannot access it through the external IP (that of the Compute Engine instance; firewall configured as required).
I can tunnel it through my localhost (it works this way), but is the default configuration such that Airbyte accepts connections only on the local machine? How to bind it with 0.0.0.0, so that it listens to all?
Thanks!