From 838e866d819299a64efbade686f3bc37bd762822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Fri, 27 Sep 2024 15:38:05 +0000 Subject: [PATCH] Update hub image - implemented support for service accounts without "sub" --- cesnet-central/deployments/fullhub.yaml | 2 +- common/deployments/hub-production.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- common/playbooks/files/jupyterhub-jwt.yaml | 2 +- testing/deployments/hub.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index e8fb383..7ad4bad 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -169,7 +169,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-857a93e" + tag: "sha-df106d8" config: Authenticator: enable_auth_state: true diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index 9c0bb35..618ed53 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -151,7 +151,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-857a93e" + tag: "sha-df106d8" config: Authenticator: enable_auth_state: true diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index e1e86bd..40ed42b 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -151,7 +151,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-857a93e" + tag: "sha-df106d8" config: Authenticator: enable_auth_state: true diff --git a/common/playbooks/files/jupyterhub-jwt.yaml b/common/playbooks/files/jupyterhub-jwt.yaml index 6a34c05..71e1d4e 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-857a93e + image: eginotebooks/hub:sha-df106d8 args: - fastapi - run diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 12c6f17..1226186 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -152,7 +152,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-857a93e" + tag: "sha-df106d8" config: Authenticator: enable_auth_state: true -- GitLab