From 37e045ff391e6e36f34822ad36fcb6ac74543a0d Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Wed, 27 Oct 2021 23:21:12 +0300 Subject: [PATCH] Switch to keycloak.curex-project.eu instance --- hetzner_deploy.groovy | 2 +- kea_integration.groovy | 2 +- kea_testing.groovy | 2 +- keycloak_test.groovy | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hetzner_deploy.groovy b/hetzner_deploy.groovy index 9aa790e..d9e78c6 100644 --- a/hetzner_deploy.groovy +++ b/hetzner_deploy.groovy @@ -68,7 +68,7 @@ pipeline { KEYCLOAK_APPEND_DECODED_TOKEN = "false" KEYCLOAK_ALLOWED_RESOURCES = "account" KEYCLOAK_REALM = "Integration" - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/" + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/" KEYCLOAK_CLIENT_ID = "KEA" AUTH_ENABLED = "true" diff --git a/kea_integration.groovy b/kea_integration.groovy index 57e5ce3..9e267ec 100644 --- a/kea_integration.groovy +++ b/kea_integration.groovy @@ -12,7 +12,7 @@ pipeline { environment { APP_URL = "https://kea.curex-project.eu" - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/realms/Integration/protocol/openid-connect/token" + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/realms/Integration/protocol/openid-connect/token" USER = credentials('keycloak-test-user') PASSWORD = credentials('keycloak-test-password') CLIENT_ID = "KEA" diff --git a/kea_testing.groovy b/kea_testing.groovy index a7d6712..2260e5b 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -12,7 +12,7 @@ pipeline { environment { APP_URL = "https://kea.curex-project.eu" - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/realms/Integration/protocol/openid-connect/token" + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/realms/Integration/protocol/openid-connect/token" USER = credentials('keycloak-test-user') PASSWORD = credentials('keycloak-test-password') CLIENT_ID = "KEA" diff --git a/keycloak_test.groovy b/keycloak_test.groovy index 2b0d8f7..bce1306 100644 --- a/keycloak_test.groovy +++ b/keycloak_test.groovy @@ -14,7 +14,7 @@ pipeline { environment { APP_URL = "https://kea.curex-project.eu" - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/realms/Integration/protocol/openid-connect/token" + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/realms/Integration/protocol/openid-connect/token" USER = credentials('keycloak-test-user') PASSWORD = credentials('keycloak-test-password') CLIENT_ID = "KEA" -- 2.2.2