Skip to content

Commit

Permalink
Merge pull request #5388 from GeorgianaElena/tmp-auth
Browse files Browse the repository at this point in the history
Set allow_all to true to preserve desired behaviour of tmpauthenticator in a JupyterHub 5 setup
  • Loading branch information
GeorgianaElena authored Jan 16, 2025
2 parents c1d278b + b0751f4 commit 0f7ab64
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 0f7ab64

Please sign in to comment.