From bd06b14806fa4b2f28568e6c370f1e91a7ea5892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Tue, 13 Aug 2024 09:31:37 +0000 Subject: [PATCH] Update EOSC Node AAI entitlement (it should be replaced by full solution later) --- cesnet-central/deployments/fullhub.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- testing/deployments/hub.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 7531c0a..3908679 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -144,7 +144,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:testing:group:eosc auto_login: true claim_groups_key: "entitlements" EGICheckinAuthenticator: diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 1723d1d..cd2b049 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -163,7 +163,7 @@ hub: # valtri@civ.zcu.cz - 94d3cde7-3121-4b33-b4c2-526c67e8cb38@eosc-federation.eu allowed_groups: - - urn:geant:eosc-federation.eu:staging:group:eosc#staging.eosc-federation.eu + - urn:geant:eosc-federation.eu:staging:group:eosc auto_login: true claim_groups_key: "entitlements" EGICheckinAuthenticator: diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index f53470b..96dcf10 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -164,7 +164,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:testing:group:eosc auto_login: true claim_groups_key: "entitlements" EGICheckinAuthenticator: -- GitLab