Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JupyterHub integration #36

Merged
merged 2 commits into from
Jun 4, 2019
Merged

Add JupyterHub integration #36

merged 2 commits into from
Jun 4, 2019

Conversation

jcrist
Copy link
Member

@jcrist jcrist commented Jun 4, 2019

  • Adds support for using JupyterHub for authentication
  • Adds support for running behind JupyterHub's proxy as a managed
    service.

Fixes #23, #20.

- Adds support for using JupyterHub for authentication
- Adds support for running behind JupyterHub's proxy as a managed
service.
@jcrist
Copy link
Member Author

jcrist commented Jun 4, 2019

This allows users to login to JupyterHub, and from inside a notebook session connect to the dask-gateway transparently (the configuration values in the Gateway(...) call below can be set in the dask config, so gateway = Gateway() is possible).

Screen Shot 2019-06-04 at 12 26 11 PM

It also allows JupyterHub to deploy dask-gateway as a managed service, which could be nice for simple deployments.

@jcrist
Copy link
Member Author

jcrist commented Jun 4, 2019

cc @mrocklin, you may be interested in this.

@jcrist jcrist merged commit 637b17c into master Jun 4, 2019
@jcrist jcrist deleted the jupyterhub-auth branch June 4, 2019 22:02
@mrocklin
Copy link
Member

mrocklin commented Jun 4, 2019 via email

kyprifog pushed a commit to kyprifog/dask-gateway that referenced this pull request Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate as JupyterHub service
2 participants