How do I set up basic authentication in my Airbyte...
# ask-ai
j
How do I set up basic authentication in my Airbyte deployment in my Kubernetes cluster - (I am using Helm to deploy)? I tried setting BASIC_AUTH_USERNAME, and BASIC_AUTH_PASSWORD as env variables in my webapp and server container but still, there is no use. How do I secure access to my Airbyte application in my Kubernetes cluster?
k
A message from kapa.ai
New message text here
j
@kapa.ai in my values.yaml file I added the
BASIC_AUTH_USERNAME
and
BASIC_AUTH_PASSWORD
environment variables. Still there is no basic authentication
k
A message from kapa.ai
New message text here
y
Hello @Joish Bosco, did you find the answer ?
j
no seems like one option is ip whitelisting...
@Yann Robin do you have any other ideas?
y
I aded a nginx in front of the airbyte deployment with basic auth
j
ohh this is nice can you plz share me how did you do this... it would be great.... thanks in advance
l
Hi @Joish Bosco, did you have success? I'm having the same problem.