how can I secure airbyte ?? is this have a login s...
# contributing-to-airbyte
t
how can I secure airbyte ?? is this have a login screen ??? because anyone can access this without permission
h
Hey we don't have auth as of right now. But you can put your Airbyte instance behind a VPC so that it's not accessible from Public or you can try OIDC
t
fwiw we run airbyte behind caddy and use its basic auth https://caddyserver.com/docs/caddyfile/directives/basicauth it's one more moving part but it's a pretty simple one.
You can also use https://traefik.io
n
thanks guys
@Harshith (Airbyte) how can I do it via OIDC ? do you have sample ??