Implementing Authentication in Airbyte deployed on Kubernetes

Summary

User is looking for guidance on implementing authentication in Airbyte deployed on Kubernetes as the default username and password for the Airbyte API cannot be changed.


Question

I’m deploying Airbyte using Kubernetes, have you ever needed to implement authentication? I ask this because in Kubernetes it does not ask for authentication to access the web platform and I also cannot change the default username and password for the Airbyte API. Any idea?

Thankssss



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["implementing-authentication", "airbyte", "kubernetes", "api", "default-username", "default-password"]

You should have to either port-forward or use telepresence to access the service from your cluster. Is that not the case?