We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697c317 commit b1f629aCopy full SHA for b1f629a
testing/local-binder-k8s-hub/jupyterhub-chart-config-auth-additions.yaml
@@ -10,8 +10,8 @@ hub:
10
oauth_no_confirm: true
11
oauth_redirect_uri: "http://127.0.0.1:8585/oauth_callback"
12
oauth_client_id: "binder-oauth-client-test"
13
-
14
-auth:
15
- type: dummy
16
- dummy:
17
- password: dummy
+ config:
+ JupyterHub:
+ authenticator_class: "dummy"
+ DummyAuthenticator:
+ password: "dummy"
0 commit comments