From 4d54f853c9df403f992feef16ca0d60651379cb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Wed, 10 Jul 2024 13:59:47 +0000
Subject: [PATCH] JWT at testing instance

---
 testing/deployments/hub.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml
index b41cf89..0d0be97 100644
--- a/testing/deployments/hub.yaml
+++ b/testing/deployments/hub.yaml
@@ -137,9 +137,12 @@ hub:
     status:
       url: "http://status-web/"
       admin: true
+    jwt:
+      url: "http://jwt/"
+      display: false
   image:
     name: valtri/hub
-    tag: "3.x-eosc4" # EOSC, jupyter 3.1.0
+    tag: "eosc9-jwt"
   config:
     Authenticator:
       enable_auth_state: true
@@ -159,7 +162,7 @@ hub:
       client_secret: "{{ secret['client_secret'] }}"
       oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
       scope: ["openid", "profile", "email", "offline_access", "entitlements"]
-      username_key: "sub"
+      username_claim: "sub"
       extra_authorize_params:
         prompt: consent
     JupyterHub:
-- 
GitLab