From 292af043f4e81f9261766baed9b9366beb713d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Thu, 21 Nov 2024 13:57:28 +0100 Subject: [PATCH] Upgrading to Jupyterhub 5 on devel and testing environtment --- common/playbooks/files/jupyterhub-jwt.yaml | 2 +- common/playbooks/notebooks.yaml | 2 +- eosc-devel/deployments/fullhub.yaml | 6 +++--- eosc-testing/deployments/hub.yaml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/playbooks/files/jupyterhub-jwt.yaml b/common/playbooks/files/jupyterhub-jwt.yaml index 8eb4a77..2f9c188 100644 --- a/common/playbooks/files/jupyterhub-jwt.yaml +++ b/common/playbooks/files/jupyterhub-jwt.yaml @@ -20,7 +20,7 @@ spec: containers: - name: jwt # recommended to keep it in sync with */deployments/*.yaml - image: eginotebooks/hub:sha-f5af1a3 + image: eginotebooks/hub:sha-6edf89c args: - fastapi - run diff --git a/common/playbooks/notebooks.yaml b/common/playbooks/notebooks.yaml index cc06239..5ebaa69 100644 --- a/common/playbooks/notebooks.yaml +++ b/common/playbooks/notebooks.yaml @@ -37,7 +37,7 @@ vars: name: "{{ item | basename | splitext | first }}" # keep in sync with ../deployments/*.yaml (original k8s-hub image version) - version: "3.3.8" # app 4.1.6 (2024-07-31) + version: "4.0.0" # app 5.2.1 (2024-11-07) shell: |- helm status --namespace {{ name }} {{ name }} if [ $? -ne 0 ]; then diff --git a/eosc-devel/deployments/fullhub.yaml b/eosc-devel/deployments/fullhub.yaml index 4b9b4dd..67f34a4 100644 --- a/eosc-devel/deployments/fullhub.yaml +++ b/eosc-devel/deployments/fullhub.yaml @@ -179,8 +179,8 @@ hub: # keep k8s-hub version in sync with ../playbooks/notebooks.yaml image: name: eginotebooks/hub - # k8s-hub 3.3.8 - tag: "sha-f5af1a3" + # k8s-hub 4.0.0 + tag: "sha-6edf89c" config: Authenticator: enable_auth_state: true @@ -196,7 +196,7 @@ hub: - urn:geant:eosc-federation.eu:testing:group:eosc admin_groups: - urn:geant:eosc-federation.eu:group:asg:notebooks.open-science-cloud.ec.europa.eu:role=admin - claim_groups_key: "entitlements" + auth_state_groups_key: "oauth_user.entitlements" EGICheckinAuthenticator: checkin_host: "{{ secrets['checkin_host'] }}" authorize_url: "https://{{ secrets['checkin_host'] }}/OIDC/authorization" diff --git a/eosc-testing/deployments/hub.yaml b/eosc-testing/deployments/hub.yaml index 92601b2..d071904 100644 --- a/eosc-testing/deployments/hub.yaml +++ b/eosc-testing/deployments/hub.yaml @@ -162,8 +162,8 @@ hub: # keep k8s-hub version in sync with ../playbooks/notebooks.yaml image: name: eginotebooks/hub - # k8s-hub 3.3.8 - tag: "sha-f5af1a3" + # k8s-hub 4.0.0 + tag: "sha-6edf89c" config: Authenticator: enable_auth_state: true @@ -178,7 +178,7 @@ hub: - urn:geant:eosc-federation.eu:res:notebooks.open-science-cloud.ec.europa.eu:8-vcpu-16-gb-ram-gpu:act:ppa admin_groups: - urn:geant:eosc-federation.eu:group:asg:notebooks.open-science-cloud.ec.europa.eu:role=admin - claim_groups_key: "entitlements" + auth_state_groups_key: "oauth_user.entitlements" EGICheckinAuthenticator: checkin_host: "{{ secrets['checkin_host'] }}" authorize_url: "https://{{ secrets['checkin_host'] }}/OIDC/authorization" -- GitLab