https://dagster.io/ logo
#dagster-support
Title
# dagster-support
b

Brandon Helms

04/20/2023, 4:40 PM
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

Kevin O'Connor

04/20/2023, 4:53 PM
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

Brandon Helms

04/20/2023, 4:54 PM
Thank you, this is similar to what we are doing as a bandaid. We are setting up an ALB with google oidc
👍 1
t

Tim Castillo

04/20/2023, 6:57 PM
Hi! Yes, the recommended way to is manage auth with an authenticating proxy or service, ex. that^, AWS Cognito, GCP IMS, etc.
3 Views