Commit 37e045ff391e6e36f34822ad36fcb6ac74543a0d
1 parent
d31b00ee23
Exists in
master
and in
2 other branches
Switch to keycloak.curex-project.eu instance
Showing 4 changed files with 4 additions and 4 deletions
hetzner_deploy.groovy
View file @
37e045f
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | KEYCLOAK_APPEND_DECODED_TOKEN = "false" |
69 | 69 | KEYCLOAK_ALLOWED_RESOURCES = "account" |
70 | 70 | KEYCLOAK_REALM = "Integration" |
71 | - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/" | |
71 | + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/" | |
72 | 72 | KEYCLOAK_CLIENT_ID = "KEA" |
73 | 73 | |
74 | 74 | AUTH_ENABLED = "true" |
kea_integration.groovy
View file @
37e045f
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | environment { |
13 | 13 | |
14 | 14 | APP_URL = "https://kea.curex-project.eu" |
15 | - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/realms/Integration/protocol/openid-connect/token" | |
15 | + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/realms/Integration/protocol/openid-connect/token" | |
16 | 16 | USER = credentials('keycloak-test-user') |
17 | 17 | PASSWORD = credentials('keycloak-test-password') |
18 | 18 | CLIENT_ID = "KEA" |
kea_testing.groovy
View file @
37e045f
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | environment { |
13 | 13 | |
14 | 14 | APP_URL = "https://kea.curex-project.eu" |
15 | - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/realms/Integration/protocol/openid-connect/token" | |
15 | + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/realms/Integration/protocol/openid-connect/token" | |
16 | 16 | USER = credentials('keycloak-test-user') |
17 | 17 | PASSWORD = credentials('keycloak-test-password') |
18 | 18 | CLIENT_ID = "KEA" |
keycloak_test.groovy
View file @
37e045f
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | environment { |
15 | 15 | |
16 | 16 | APP_URL = "https://kea.curex-project.eu" |
17 | - KEYCLOAK_URL = "https://keycloak-curex.gnubila.fr/auth/realms/Integration/protocol/openid-connect/token" | |
17 | + KEYCLOAK_URL = "https://keycloak.curex-project.eu/auth/realms/Integration/protocol/openid-connect/token" | |
18 | 18 | USER = credentials('keycloak-test-user') |
19 | 19 | PASSWORD = credentials('keycloak-test-password') |
20 | 20 | CLIENT_ID = "KEA" |