Rytis Zolubas
10/22/2022, 7:29 PM<html>
<head>
<meta charset="utf-8" />
<title>Airbyte - Access Denied</title>
</head>
<body>
<h1>🐙 Nope.</h1>
<h2><code>HTTP Error Code: 401</code></h2>
<p>
This deployment of Airbyte is protected by HTTP Basic Authentication.
Please refer to the <a href="<https://docs.airbyte.com>">Airbyte docs</a> to learn more about:
<ul>
<li><a href="<https://docs.airbyte.com/quickstart/deploy-airbyte>">the default username/password</a></li>
<li><a href="<https://docs.airbyte.com/operator-guides/security>">securing your Airbyte deployment</a>
including turning off or changing the default username/password.</li>
</ul>
</p>
</body>
</html>Zaza Javakhishvili
10/22/2022, 7:33 PMZaza Javakhishvili
10/22/2022, 7:33 PMRytis Zolubas
10/22/2022, 7:34 PMZaza Javakhishvili
10/22/2022, 7:35 PMRytis Zolubas
10/22/2022, 7:39 PMZaza Javakhishvili
10/22/2022, 7:40 PMRytis Zolubas
10/22/2022, 7:41 PMRytis Zolubas
10/22/2022, 7:42 PMZaza Javakhishvili
10/22/2022, 7:42 PMZaza Javakhishvili
10/22/2022, 7:43 PM# Proxy Configuration
# Set to empty values, e.g. "" to disable basic auth
BASIC_AUTH_USERNAME=airbyte
BASIC_AUTH_PASSWORD=password
So you need to do:
BASIC_AUTH_USERNAME=""
BASIC_AUTH_PASSWORD=""Zaza Javakhishvili
10/22/2022, 7:46 PMRytis Zolubas
10/22/2022, 7:46 PM