how to override the default airbyte username and p...
# ask-ai
r
how to override the default airbyte username and password, looking to set a different password, currently the configuration api authentication is based on this username and password.
k
A message from kapa.ai
To override the default Airbyte username and password, you need to update your environment's
.env
file. Change the
BASIC_AUTH_USERNAME
and
BASIC_AUTH_PASSWORD
values to your desired username and password. Here's an example:
Copy code
text # Proxy Configuration # Set to empty values, e.g. "" to disable basic auth BASIC_AUTH_USERNAME=your_new_username_here BASIC_AUTH_PASSWORD=your_new_password_here
This will update the authentication for the Configuration API to use your new username and password instead of the default values. Source: [Securing Airbyte Open Source](https://docs.airbyte.com/operator-guides/security)
r
@kapa.ai how is this done in the helm chart
k
A message from kapa.ai
New message text here
r
@kapa.ai i meant how to set the environment variables BASIC_AUTH_PASSWORD and BASIC_AUTH_USERNAME in the helm chart
k
A message from kapa.ai
New message text here
r
@kapa.ai that location that you mentioned for the helm chart is incorrect.
k
A message from kapa.ai
New message text here