I deployed Airbyte through K*s and want to secure the webapp with user name and password authentication ?using GCP as a service #33486
Answered
by
marcosmarxm
bismayjena
asked this question in
Connector Questions
-
I deployed Airbyte through Kubernetes and want to secure the webapp with user name and password authentication ?using GCP as a service |
Beta Was this translation helpful? Give feedback.
Answered by
marcosmarxm
Dec 14, 2023
Replies: 1 comment 3 replies
-
Hi @bismayjena If you have deployed via helm, you should be able to configure airbyte via the The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The airbyte-proxy doesn't work in the kubernetes deployment. To secure your app you need to manage the ingress access to the application yourself. There are some plans to release in the future better integration with keycloack and other access tooling.