Skip to content

Commit

Permalink
Merge pull request #3669 from yuvipanda/tmpfix
Browse files Browse the repository at this point in the history
Cleanup how tmpauthenticator is specified
  • Loading branch information
yuvipanda authored Feb 1, 2024
2 parents 8232d1a + 1705f84 commit b8f6ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions config/clusters/hhmi/spyglass.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,4 @@ jupyterhub:
hub:
config:
JupyterHub:
authenticator_class: tmpauthenticator.TmpAuthenticator
TmpAuthenticator:
# This allows users to go to the hub URL directly again to
# get a new server, instead of being plopped back into their
# older, existing user with a 'start server' button.
force_new_server: true
authenticator_class: tmp
7 changes: 1 addition & 6 deletions docs/howto/features/ephemeral.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ jupyterhub:
hub:
config:
JupyterHub:
authenticator_class: tmpauthenticator.TmpAuthenticator
TmpAuthenticator:
# This allows users to go to the hub URL directly again to
# get a new server, instead of being plopped back into their
# older, existing user with a 'start server' button.
force_new_server: true
authenticator_class: tmp
```
Expand Down

0 comments on commit b8f6ec3

Please sign in to comment.