I have deployed airbyte on my system, now I want to publish that using dedicated ip for others to use.
But I dont want it to be open and want some authentication for that. What's the way to achieve that?
d
Dom Cimafranca
06/24/2022, 11:06 AM
Hi, @Pranit in my case, I put it behind Nginx Proxy Manager. Since I use Docker, I modified the docker-compose file so that Airbyte servers are in their own network. NPM acts as a gateway.