File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
testing/local-binder-k8s-hub Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 11dependencies :
22 # https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tags
33 - name : jupyterhub
4- version : " 0.10.6 "
4+ version : " 0.11.1 "
55 repository : " https://jupyterhub.github.io/helm-chart"
Original file line number Diff line number Diff line change @@ -125,11 +125,9 @@ jupyterhub:
125125 binder :
126126 admin : true
127127 apiToken :
128- auth :
129- type : custom
130- custom :
131- # disable login (users created exclusively via API)
132- className : nullauthenticator.NullAuthenticator
128+ config :
129+ JupyterHub :
130+ authenticator_class : " nullauthenticator.NullAuthenticator"
133131 singleuser :
134132 # start jupyter notebook
135133 cmd : jupyter-notebook
Original file line number Diff line number Diff line change 1010 oauth_no_confirm : true
1111 oauth_redirect_uri : " http://127.0.0.1:8585/oauth_callback"
1212 oauth_client_id : " binder-oauth-client-test"
13-
14- auth :
15- type : dummy
16- dummy :
17- password : dummy
13+ config :
14+ JupyterHub :
15+ authenticator_class : " dummy"
16+ DummyAuthenticator :
17+ password : " dummy"
You can’t perform that action at this time.
0 commit comments