From ea1a5d91224cd1b65a3185b245223fad7da59616 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 3 Dec 2024 11:00:19 +0100 Subject: [PATCH 1/2] use oauthenticator 17.2 for pkce-experiment enables refreshing auth, used in jupyter-health --- helm-charts/images/hub/pkce-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-charts/images/hub/pkce-requirements.txt b/helm-charts/images/hub/pkce-requirements.txt index 09cfa3673..5f421f60f 100644 --- a/helm-charts/images/hub/pkce-requirements.txt +++ b/helm-charts/images/hub/pkce-requirements.txt @@ -1,8 +1,8 @@ # Image lives at quay.io/2i2c/pkce-experiment -# install oauthenticator 17.1, -# which adds PKCE support. -# experiment no longer needed when base chart is updated to z2jh 4.0.0 -oauthenticator>=17.1,<18 +# install oauthenticator 17.2, +# which adds PKCE support (17.1) and refresh tokens (17.2). +# experiment no longer needed when base chart is updated to z2jh 4.1.0 +oauthenticator>=17.2,<18 # jupyterhub-configurator isn't maintained and its not intended to be developed @@ -15,4 +15,4 @@ oauthenticator>=17.1,<18 git+https://github.com/yuvipanda/jupyterhub-configurator@backported-jh41-compatibility # Brings in https://github.com/yuvipanda/jupyterhub-fancy-profiles -jupyterhub-fancy-profiles==0.3.10 \ No newline at end of file +jupyterhub-fancy-profiles==0.3.10 From 555d88a5d89fff5c58bcfac0b03eb5bd367aef92 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 3 Dec 2024 14:29:30 +0200 Subject: [PATCH 2/2] Update hub image tag --- config/clusters/jupyter-health/common.values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/clusters/jupyter-health/common.values.yaml b/config/clusters/jupyter-health/common.values.yaml index d6667382b..49fe1de44 100644 --- a/config/clusters/jupyter-health/common.values.yaml +++ b/config/clusters/jupyter-health/common.values.yaml @@ -43,7 +43,7 @@ jupyterhub: # image: name: quay.io/2i2c/pkce-experiment - tag: 0.0.1-0.dev.git.10892.h37c70b2e + tag: 0.0.1-0.dev.git.11154.h8a6a8049 allowNamedServers: true config: JupyterHub: