CHTC / dask-chtc

Spawn Dask workers in the CHTC HTCondor pool
https://dask-chtc.readthedocs.io
3 stars 3 forks source link

Security for client/cluster created by lab extension #33

Closed JoshKarpel closed 4 years ago

JoshKarpel commented 4 years ago

If you create a CHTCCluster via the Dask JupyterLab extension, it will tell you to make a client connected to it via address. Because its via address instead of by passing an actual CHTCCluster object, the client won't inherit security settings.

Initial workaround: factor out the security object creation so that we can pass it in manually; implemented in https://github.com/JoshKarpel/dask-chtc/commit/5d46e356d0d3643129916f7ac19f37ae874a82ec

Better workaround: we should do all of this via Dask config.