Skip to content

Commit

Permalink
Set allow_all to true to preserve desired behaviour of tmpauthenticat…
Browse files Browse the repository at this point in the history
…or in a JupyterHub 5 setup
  • Loading branch information
GeorgianaElena committed Jan 16, 2025
1 parent ef1359f commit b0751f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/clusters/dubois/ephemeral.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jupyterhub:
config:
JupyterHub:
authenticator_class: tmp
Authenticator:
allow_all: True
custom:
singleuserAdmin:
# Turn off trying to mount shared-readwrite folder for admins
Expand Down
2 changes: 2 additions & 0 deletions config/clusters/hhmi/spyglass.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ jupyterhub:
config:
JupyterHub:
authenticator_class: tmp
Authenticator:
allow_all: True
2 changes: 2 additions & 0 deletions docs/howto/features/ephemeral.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jupyterhub:
config:
JupyterHub:
authenticator_class: tmp
Authenticator:
allow_all: True
```
Expand Down

0 comments on commit b0751f4

Please sign in to comment.