From 425430a3c0bcc2b5363d707365f92dad4380f488 Mon Sep 17 00:00:00 2001 From: Gordon Nicholas Date: Fri, 8 Nov 2024 11:42:12 +0100 Subject: [PATCH 1/2] N21-2136 feature flag for external system logout --- ansible/group_vars/all/config.yml | 5 +++++ ansible/group_vars/nbc/instance_cfg.yml | 1 + ansible/host_vars/prod-nbc/cfg.yml | 1 + ansible/host_vars/ref-nbc/cfg.yml | 1 + 4 files changed, 8 insertions(+) diff --git a/ansible/group_vars/all/config.yml b/ansible/group_vars/all/config.yml index a45070cfd..ab64328fe 100644 --- a/ansible/group_vars/all/config.yml +++ b/ansible/group_vars/all/config.yml @@ -1087,4 +1087,9 @@ configuration_all: server: true client: false nuxtclient: false + FEATURE_EXTERNAL_SYSTEM_LOGOUT_ENABLED: + value: "false" + server: true + client: true + nuxtclient: true diff --git a/ansible/group_vars/nbc/instance_cfg.yml b/ansible/group_vars/nbc/instance_cfg.yml index 776b1fa7e..9aec40293 100644 --- a/ansible/group_vars/nbc/instance_cfg.yml +++ b/ansible/group_vars/nbc/instance_cfg.yml @@ -50,6 +50,7 @@ FEATURE_MIGRATION_WIZARD_WITH_USER_LOGIN_MIGRATION: "true" FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED: "true" FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED: "true" FEATURE_PREFERRED_CTL_TOOLS_ENABLED: "true" +FEATURE_EXTERNAL_SYSTEM_LOGOUT_ENABLED: "true" TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false" TEACHER_STUDENT_VISIBILITY__IS_CONFIGURABLE: "true" diff --git a/ansible/host_vars/prod-nbc/cfg.yml b/ansible/host_vars/prod-nbc/cfg.yml index ae140cc5d..56084fe88 100644 --- a/ansible/host_vars/prod-nbc/cfg.yml +++ b/ansible/host_vars/prod-nbc/cfg.yml @@ -23,3 +23,4 @@ SCHULCONNEX_CLIENT__TOKEN_ENDPOINT: "https://auth.moin.schule/realms/moins/proto PROVISIONING_SCHULCONNEX_POLICIES_INFO_URL: "https://api-dienste.moin.schule/v1/policies-info" FEATURE_PREFERRED_CTL_TOOLS_ENABLED: "false" +FEATURE_EXTERNAL_SYSTEM_LOGOUT_ENABLED: "false" diff --git a/ansible/host_vars/ref-nbc/cfg.yml b/ansible/host_vars/ref-nbc/cfg.yml index 8c85eb25d..bbe11e91d 100644 --- a/ansible/host_vars/ref-nbc/cfg.yml +++ b/ansible/host_vars/ref-nbc/cfg.yml @@ -14,3 +14,4 @@ HYDRA_ISSUER_URL_SUFFIX: "/" FEATURE_USER_MIGRATION_SYSTEM_ID: "62dab6401c473a01956a0d7d" FEATURE_PREFERRED_CTL_TOOLS_ENABLED: "false" +FEATURE_EXTERNAL_SYSTEM_LOGOUT_ENABLED: "false" From b8f50392edfc6d51158d73e5ea31e1526e23519a Mon Sep 17 00:00:00 2001 From: Gordon Nicholas Date: Fri, 8 Nov 2024 13:08:10 +0100 Subject: [PATCH 2/2] N21-2136 fix config --- ansible/group_vars/all/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all/config.yml b/ansible/group_vars/all/config.yml index 70b6917a0..aac2b43e3 100644 --- a/ansible/group_vars/all/config.yml +++ b/ansible/group_vars/all/config.yml @@ -1098,5 +1098,5 @@ configuration_all: value: "false" server: true client: true - nuxtclient: true + nuxtclient: false