Skip to content

Commit b1f629a

Browse files
committed
update auth config tests for 0.11
1 parent 697c317 commit b1f629a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

testing/local-binder-k8s-hub/jupyterhub-chart-config-auth-additions.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ hub:
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"

0 commit comments

Comments
 (0)