how can i secure the dagit ui using username/passw...
# announcements
m
how can i secure the dagit ui using username/password credentials
a
nothing built in to dagit to handle this for you at the moment, what we’ve seen some people in the community do successfully is put dagit behind an identity aware proxy https://cloud.google.com/iap for example
👍 1
b
we used an apache2 module called mod_auth_mellon to do the same. not awesome (mainly no HA story) but it works. https://github.com/latchset/mod_auth_mellon
👍 3