Closed rubenvdg closed 1 year ago
Hey Ruben - so glad you're enjoying our free beta! Just wanted to let you know that response times over the holidays from our engineering team will a bit slower than usual, but someone should get back to you within the next few days and answer your question. Thanks so much!
Yes, this is a valid point. The dashboard itself doesn't offer any control over the cluster or the data managed by the cluster, but it does offer a window into what is going on. It is reasonable to not want it to be publicly accessible.
We also offer an authenticated/proxied route to the dashboard, and we can switch things over if we need to (we'll eventually need to) but we're not currently doing this because these authenticated routes don't work well with the Dask-JupyterLab extension, which doesn't authenticate in the same way. cc @ian-r-rose , who may be able to think of a good solution here.
I think it would be worth thinking of how to make the dask-labextension authentication-aware. A couple of possible ways forward:
I think both options are reasonable, and, in fact, might be preferable in different circumstances, so I'd probably want to make it configurable.
Fully resolved by @ntabris , authentication and https. Woo!!
I was surprised to see that the Dask dashboard (
cluster.dashboard_link
) is publicly available. Isn't this undesirable from a security perspective?Side note: Thanks for making the beta freeliy available!