Hey team! I am planning to deploy dagster to a bar...
# ask-community
j
Hey team! I am planning to deploy dagster to a bare metal machine in cloud, I understand open source dagster does not have RBAC built in yet. So I would just like to check what y’all did to secure the dagit endpoint, preferably with encryption and basic auth for remote access? Any bit of advice is greatly appreciated!
d
Our environment requires mTLS among other things, so we just put dagit behind Nginx and made that do all the authentication/authorization
j
ahhh nice, had that in mind as well. Thanks for the suggestion mate!