sa
05/23/2024, 2:34 PMkapa.ai
05/23/2024, 2:35 PM.env file of your environment. Here is an example of how to set these values: BASIC_AUTH_USERNAME=your_new_username_here BASIC_AUTH_PASSWORD=your_new_password_here (Source: [Operating-airbyte > Security > Securing Airbyte Open Source > Network Security](https://docs.airbyte.com/operating-airbyte/security#network-security)) If you're able to access the UI without entering any credentials, it's possible that the Basic Auth is not properly set up. Make sure that the BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD are correctly set in your .env file and not set to empty values, which would disable the Basic Auth. If you're still facing issues, it might be a good idea to check your security group settings or how you're trying to connect to the UI. For instance, if you're deploying on AWS EC2, the recommended method is using an SSH tunnel ([source](https://discuss.airbyte.io/t/1314)). If the issue persists, consider reaching out to the Airbyte community on their [discussion forum](https://discuss.airbyte.io/) for further assistance.sa
05/23/2024, 2:37 PMkapa.ai
05/23/2024, 2:38 PM