1
0
mirror of https://github.com/balkian/jupyterhub-oauth.git synced 2025-08-29 16:52:21 +00:00

Updated to jupyterhub 0.7.2 to add OAUTH_TLS_VERIFY=0

Also updated oauthenticator and dockerspawner.
We had to update to get SSL to ignore self-signed SSL certificates now we are
temporarily using self-signed certificates.
This commit is contained in:
J. Fernando Sánchez
2017-08-30 13:55:07 +02:00
parent 85eab8aacc
commit 60039de883
7 changed files with 38 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#
# docker run -it -p 8000:8000 jupyter/oauthenticator
FROM jupyter/jupyterhub
FROM jupyterhub/jupyterhub:0.7.2
MAINTAINER Project Jupyter <ipython-dev@scipy.org>