From 06a1cb22116bc1cd138ac49c1291af9cf6fa436c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Tue, 19 Nov 2024 17:20:37 +0100 Subject: [PATCH] Updating deprecated claim_groups_key to auth_state_groups_key --- common/deployments/hub-production.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- eosc-devel/deployments/fullhub.yaml | 2 +- eosc-testing/deployments/hub.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index d4242f3..4398702 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -177,7 +177,7 @@ hub: - urn:geant:open-science-cloud.ec.europa.eu:res:notebooks.open-science-cloud.ec.europa.eu:8-vcpu-16-gb-ram-gpu:act:ppa admin_groups: - urn:geant:open-science-cloud.ec.europa.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/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 52f9740..47f492d 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -177,7 +177,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" diff --git a/eosc-devel/deployments/fullhub.yaml b/eosc-devel/deployments/fullhub.yaml index 4b9b4dd..60d23e5 100644 --- a/eosc-devel/deployments/fullhub.yaml +++ b/eosc-devel/deployments/fullhub.yaml @@ -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..75ef103 100644 --- a/eosc-testing/deployments/hub.yaml +++ b/eosc-testing/deployments/hub.yaml @@ -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