Hi all, I am not finding any information for setti...
# ask-community
b
Hi all, I am not finding any information for setting up authentication for self-hosted dagster. Can someone point me to a doc for this? We are using Google as our identify provider.
k
Very new to Dagster but I think there's not much in the way of auth, so you probably want to set up an authenticating proxy in front of it (e.g. https://github.com/oauth2-proxy/oauth2-proxy)
b
Thank you, this is similar to what we are doing as a bandaid. We are setting up an ALB with google oidc
👍 1
t
Hi! Yes, the recommended way to is manage auth with an authenticating proxy or service, ex. that^, AWS Cognito, GCP IMS, etc.