Skip to content

Commit

Permalink
Replace NullAuthenticator with null
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Nov 7, 2024
1 parent a337b7e commit 608cbd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-chart/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jupyterhub:
hub:
config:
JupyterHub:
authenticator_class: nullauthenticator.NullAuthenticator
authenticator_class: "null"
BinderSpawner:
auth_enabled: false
loadRoles:
Expand Down
2 changes: 1 addition & 1 deletion tools/templates/lint-and-validate-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jupyterhub:
hub:
config:
JupyterHub:
authenticator_class: nullauthenticator.NullAuthenticator
authenticator_class: "null"
extraConfig:
hub-test-config: |
dummy jupyterhub python code...
Expand Down

0 comments on commit 608cbd6

Please sign in to comment.