From 3840a290f4f12f17d0624018977ae6ee4e1aa8e9 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, 19 Jul 2024 18:00:11 +0000 Subject: [PATCH] Staging1 @ PSNC differences --- staging1/deployments/hub.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/staging1/deployments/hub.yaml b/staging1/deployments/hub.yaml index fbf2ef5..3e46709 100644 --- a/staging1/deployments/hub.yaml +++ b/staging1/deployments/hub.yaml @@ -140,7 +140,7 @@ hub: # valtri@civ.zcu.cz - c36b18fe-e03a-4a22-ab14-5965e0171410@eosc-federation.eu allowed_groups: - - urn:geant:eosc-federation.eu:testing:group:eosc#testing.eosc-federation.eu + - urn:geant:eosc-federation.eu:staging:group:eosc#staging.eosc-federation.eu auto_login: true claim_groups_key: "entitlements" EGICheckinAuthenticator: @@ -341,7 +341,8 @@ hub: self.log.info("No auth state, skipping ownCloud") - c.JupyterHub.spawner_class = WebDavOIDCSpawner + # c.JupyterHub.spawner_class = WebDavOIDCSpawner + c.JupyterHub.spawner_class = B2DropSpawner c.B2DropSpawner.http_timeout = 90 c.B2DropSpawner.args = ["--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints'"] c.B2DropSpawner.profile_form_template = """ -- GitLab