Ritvik Nagpal
05/27/2024, 2:13 PMkapa.ai
05/27/2024, 2:14 PMextraEnv
or secrets/env_vars
in your values.yaml
file to configure the authentication. Here is an example of how you might define these in your `values.yaml`: yaml extraEnv: - name: BASIC_AUTH_USERNAME value: "your-username" - name: BASIC_AUTH_PASSWORD value: "your-password"
This configuration will set up the basic authentication for your Airbyte deployment. 3. Documentation and Guides: - You can find more information on deploying Airbyte on Kubernetes using Helm in the [official documentation](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm#quickstart). - For security configurations, refer to the [security section](https://docs.airbyte.com/operator-guides/security/#network-security) of the Airbyte documentation. If you need further assistance, you can also check the [forum post](https://discuss.airbyte.io/t/3120) where similar issues have been discussed. By following these steps and referring to the provided links, you should be able to enable authentication for your open-source Airbyte deployment on Kubernetes.