Hi, is there a way to put a password on the dagit ...
# announcements
n
Hi, is there a way to put a password on the dagit ui? At the moment it is only available locally on my server. However I would like to open this up, so users don't have to log into the server to get to the ui. But I don't want just anyone viewing it with the link...
👍 1
v
I don't think there's a way to put a password, but you could put an authentication reverse proxy in front of it. It is significantly easier to manage if you use an external provider (e.g. Google, GitHub, etc.) and use oauth2-proxy.
n
Okay perfect, thanks!
a
300 Views