- Is this your first time deploying Airbyte?: No
- OS Version / Instance: Almalinux 8
- Memory / Disk: 55G
- Deployment: Docker
- Airbyte Version: 0.40.19
- Source name/version: #
- Destination name/version: #
- Step: system startup
- Description:
Hello, after starting the machine, the nginx proxy which is used to forward port 8000 to 80 with nginx basic auth is always telling 502 Bad Gateway- and getting these log entries in nginx error.log:
2022/11/18 15:28:20 [error] 1095#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: myIP, server: _, request: "GET /api/v1/health HTTP/1.1", upstream: "http://127.0.0.1:8000/api/v1/health", host: "airbyteIP", referrer: "http://airbyteIP/api/v1/health"
2022/11/18 15:28:40 [error] 1095#0: *1 user "airbyte": password mismatch, client: myIP, server: _, request: "GET /api/v1/health HTTP/1.1", host: "airbyteIP", referrer: "http://airbyteIP/api/v1/health"
2022/11/18 15:28:40 [error] 1095#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: myIP, server: _, request: "GET /api/v1/health HTTP/1.1", upstream: "http://127.0.0.1:8000/api/v1/health", host: "airbyteIP", referrer: "http://airbyteIP/api/v1/health"
2022/11/18 15:28:47 [error] 1095#0: *1 user "airbyte": password mismatch, client: myIP, server: _, request: "GET /workspaces/fd1eb391-8908-4a90-8200-4bdbc050d615/connections HTTP/1.1", host: "airbyteIP"
2022/11/18 15:28:48 [error] 1095#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: myIP, server: _, request: "GET /workspaces/fd1eb391-8908-4a90-8200-4bdbc050d615/connections HTTP/1.1", upstream: "http://127.0.0.1:8000/workspaces/fd1eb391-8908-4a90-8200-4bdbc050d615/connections", host: "airbyteIP"
2022/11/18 15:28:48 [error] 1095#0: *1 user "airbyte": password mismatch, client: myIP, server: _, request: "GET /favicon.ico HTTP/1.1", host: "airbyteIP", referrer: "http://airbyteIP/favicon.ico"
This happens after successfully logging in past the nginx proxy with it’s own credentials.
But if I then just restart the containers by using sudo docker compose restart, everything is working as is it should. Simply reloading the page in browser gets me to airbyte ui.
Sorry for that basic question, but i wonder what is going wrong here?
I have basic auth on airbyte side disabled by setting "" as value for BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD.
Would there be need of some additional setting?
This started happening with version 0.40.18 or 17 I think. Before it was working fine ![]()
greetings