From c9fb762ea73459f699bdea4f3652daa42ccd4cb9 Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:15:42 -0500 Subject: [PATCH] review suggestions --- birdhouse/config/jupyterhub/default.env | 4 ++-- birdhouse/env.local.example | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/birdhouse/config/jupyterhub/default.env b/birdhouse/config/jupyterhub/default.env index f47597d5..e6d7ee13 100644 --- a/birdhouse/config/jupyterhub/default.env +++ b/birdhouse/config/jupyterhub/default.env @@ -5,7 +5,7 @@ # are applied and must be added to the list of DELAYED_EVAL. export JUPYTERHUB_DOCKER=pavics/jupyterhub -export JUPYTERHUB_VERSION=4.0.2-20231024 +export JUPYTERHUB_VERSION=4.0.2-20231127 # Jupyter single-user server images, can be overriden in env.local to have a space separated list of multiple images export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:230601" @@ -71,7 +71,7 @@ export JUPYTERHUB_CRYPT_KEY= # Jupyterhub will check if the current logged in user still has permission to access jupyterhub (according to Magpie) # if their authentication information is older that this value (in seconds). This value is only applied if # JUPYTERHUB_CRYPT_KEY is set. -export JUPYTERHUB_AUTHENTICATOR_REFRESH_AGE=300 +export JUPYTERHUB_AUTHENTICATOR_REFRESH_AGE=60 export DELAYED_EVAL=" $DELAYED_EVAL diff --git a/birdhouse/env.local.example b/birdhouse/env.local.example index b91f4858..37b9f46f 100644 --- a/birdhouse/env.local.example +++ b/birdhouse/env.local.example @@ -365,7 +365,7 @@ export GEOSERVER_ADMIN_PASSWORD=geoserverpass # Jupyterhub will check if the current logged in user still has permission to access jupyterhub (according to Magpie) # if their authentication information is older that this value (in seconds). This value is only applied if # JUPYTERHUB_CRYPT_KEY is set. -#export JUPYTERHUB_AUTHENTICATOR_REFRESH_AGE=300 +#export JUPYTERHUB_AUTHENTICATOR_REFRESH_AGE=60 # # # Sample below will allow for sharing notebooks between Jupyter users.