From b0751f4698e73c10807c45f318f0f54919754cf1 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Thu, 16 Jan 2025 15:00:30 +0200 Subject: [PATCH] Set allow_all to true to preserve desired behaviour of tmpauthenticator in a JupyterHub 5 setup --- config/clusters/dubois/ephemeral.values.yaml | 2 ++ config/clusters/hhmi/spyglass.values.yaml | 2 ++ docs/howto/features/ephemeral.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/config/clusters/dubois/ephemeral.values.yaml b/config/clusters/dubois/ephemeral.values.yaml index ff19de0f7c..a1ebc9f495 100644 --- a/config/clusters/dubois/ephemeral.values.yaml +++ b/config/clusters/dubois/ephemeral.values.yaml @@ -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 diff --git a/config/clusters/hhmi/spyglass.values.yaml b/config/clusters/hhmi/spyglass.values.yaml index 93ec1a6669..a55d60aa1f 100644 --- a/config/clusters/hhmi/spyglass.values.yaml +++ b/config/clusters/hhmi/spyglass.values.yaml @@ -105,3 +105,5 @@ jupyterhub: config: JupyterHub: authenticator_class: tmp + Authenticator: + allow_all: True diff --git a/docs/howto/features/ephemeral.md b/docs/howto/features/ephemeral.md index 3c1c840963..a1aa8f34e4 100644 --- a/docs/howto/features/ephemeral.md +++ b/docs/howto/features/ephemeral.md @@ -38,6 +38,8 @@ jupyterhub: config: JupyterHub: authenticator_class: tmp + Authenticator: + allow_all: True ```