Saptaswa Pal
05/19/2023, 5:00 AMkapa.ai
05/19/2023, 5:00 AMkapa.ai
05/19/2023, 5:01 AMBASIC_AUTH_USERNAME
and BASIC_AUTH_PASSWORD
environment variables in your deployment. Airbyte has added support for basic authentication since version 0.40.16 [source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1671237581064489). To enable basic auth using the Helm chart, you can modify the values.yaml
file and add the following environment variables: yaml env: BASIC_AUTH_USERNAME: your_username BASIC_AUTH_PASSWORD: your_password
Replace your_username
and your_password
with your desired credentials. After updating the values.yaml
file, upgrade your Helm release to apply the changes. Please note that this information is based on the provided extracts, and there might be additional steps or changes required depending on your specific setup.Thiago Guimarães
05/19/2023, 8:41 PM