Summary
Unable to connect to Airbyte on Google Cloud Platform due to HTTP Error Code 401. Issue related to HTTP Basic Authentication.
Question
Hi all,
I have set up airbyte on the Google Cloud Platform by using the given https://docs.airbyte.com/deploying-airbyte/on-gcp-compute-engine|documentation and I am not getting any error in any of the steps. unfortunately, I am not able to connect to the localhost:8000.  when I run the “curl localhost:8000” comment, See the response that I am getting.  It would be great if anyone can help me to connect the CGP VM from my local host using SSH.
  <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>```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1709755653240899) if you want to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["google-cloud-platform", "airbyte", "http-error-401", "http-basic-authentication"]
</sub>