dask / dask-cloudprovider

Cloud provider cluster managers for Dask. Supports AWS, Google Cloud Azure and more...
https://cloudprovider.dask.org
BSD 3-Clause "New" or "Revised" License
134 stars 110 forks source link

Connect to scheduler on GCP with IAP tunnels #301

Open yuvipanda opened 3 years ago

yuvipanda commented 3 years ago

https://cloud.google.com/iap lets you tunnel to arbitrary ports securely on any GCP instance. Assuming the caller has permissions for this, a public IP is no longer necessary for connecting to the scheduler from the user notebook.

Very excited for dask-cloudprovider, it's come a long way since I first saw it! \o/ <3

jacobtomlinson commented 3 years ago

Oh nice! That would be really useful.

Very excited for dask-cloudprovider, it's come a long way since I first saw it! \o/ <3

Thanks!!

momits commented 1 year ago

+1, IAP is a security requirement in many organizations. Enabling this would be very helpful!