JupyterHub with GitLab OAuth Example
See original GitHub issue- DOC: https://github.com/jupyterhub/dockerspawner/tree/master/examples/oauth
- ENH,SEC,DOC: stacked auth: GitLab OAuth and/or Google OAuth and/or {Local,}
References
- jupyterhub_config.py, {source .env, os.environ}
- https://github.com/jupyterhub/dockerspawner/issues/129#issuecomment-265771311 GoogleAuthenticator
- jupyterhub_config.py
- .env
- https://github.com/jupyterhub/jupyterhub-deploy-docker
- https://github.com/jupyterhub/jupyterhub-deploy-docker/blob/master/.env
- https://github.com/jupyterhub/jupyterhub-deploy-docker/blob/master/jupyterhub_config.py < .env
- https://github.com/jupyterhub/jupyterhub-deploy-docker/blob/master/docker-compose.yml < .env
- https://github.com/jupyterhub/jupyterhub-deploy-docker/blob/master/Dockerfile.jupyterhub
- FROM jupyterhub/jupyterhub-onbuild:0.7.0
- https://github.com/jupyterhub/jupyterhub/blob/master/onbuild/Dockerfile
- FROM jupyterhub/jupyterhub
https://github.com/jupyterhub/jupyterhub/blob/master/Dockerfile
- FROM debian:jessie
ONBUILD ADD jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py
CMD ["jupyterhub", "-f", "/srv/jupyterhub/jupyterhub_config.py"]
- FROM jupyterhub/jupyterhub
https://github.com/jupyterhub/jupyterhub/blob/master/Dockerfile
- https://github.com/jupyterhub/jupyterhub/blob/master/onbuild/Dockerfile
- FROM jupyterhub/jupyterhub-onbuild:0.7.0
- https://github.com/jupyterhub/dockerspawner/issues/129#issuecomment-265771311 GoogleAuthenticator
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
GitLab OAuth - JupyterHub-Deployment-CombOpt
Gitlab OAuth Instance ... To allow students to use Gitlab usernames and passwords to log into JupyterHub, the first thing we need to...
Read more >JupyterHub with GitLab integration - HackMD
Initial setup on an existing Kubernetes cluster; values.yaml. Create a GitLab application for authentication. Updating the JupyterHub deployment; Using git.
Read more >OAuthenticator — JupyterHub Federated Documentation v0.1
For an example docker image using OAuthenticator, see the example directory. There is another example for using GitHub OAuth to spawn each user's...
Read more >jupyterhub-deploy-docker - oauth - example - GitLab
Example of running JupyterHub with GitHub OAuth for authentication. setup. Edit the file called userlist to include one GitHub user name per line....
Read more >Restrict JupyterHub login access only to group/project members
Below is an example where I inject some additional JupyterHub ... I think the oauthenticator package included GitLab authenticator class can ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would be very helpful to use full sentences describing issues and feature requests.
@westurner Here’s a link to the GitLab section of README: https://github.com/jupyterhub/oauthenticator#gitlab-setup