Hi great community. We just installed Airbyte on E...
# ask-community-for-troubleshooting
g
Hi great community. We just installed Airbyte on EC2. And I have a question: It seems that anyone that can reach port 8000 (or any other port I will configure) can enter Airbyte, is there an authentication feature of the tool or should we develop something ourselves?
j
image.png
SSL hasn't been announced yet but you can use a reverse proxy to provide basic auth in front of the ip:8000 site.
AWS has API Gateway, alternatively you could host a linux box with NGINX.