https://dagster.io/ logo
c

Cris

05/11/2020, 2:36 AM
Hi all, hope you are well. I was wondering how would you go about restricting access for a dagit instance. Is there some available method for authentication?
a

alex

05/11/2020, 3:14 PM
We don’t have anything built-in, we recommend using something like an Identity Aware Proxy in front of dagit to restrict access https://cloud.google.com/iap
c

Cris

05/11/2020, 6:35 PM
Thanks! I guess we should see what similar solutions are there on AWS