Hello!
I am trying to enable basic auth in the airbyte application which I have deployed in GCP using kubernetes with helm.
I can't seem to find a way to do this in application directly and even when setting the env variables BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD it simply doesnt ask for authentication when trying to access airbyte. Is there anyway to configure it to do so ?
Ty!