From 8ee3f961f39b5ba2ed05bf47eb761e48f5d932b2 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Wed, 18 Jun 2025 10:05:41 +0530 Subject: [PATCH] add KC_HTTP_RELATIVE_PATH to keycloak-service-configs ConfigMap --- configmaps/keycloak-service-configs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configmaps/keycloak-service-configs.yml b/configmaps/keycloak-service-configs.yml index faa901b..eb1a3e2 100644 --- a/configmaps/keycloak-service-configs.yml +++ b/configmaps/keycloak-service-configs.yml @@ -11,4 +11,5 @@ data: KC_CACHE_CONFIG_FILE: "cache-ispn.xml" KC_HOSTNAME: quat.cloudsolutions.lk KC_PROXY: edge - KC_HOSTNAME_STRICT: "true" \ No newline at end of file + KC_HOSTNAME_STRICT: "true" + KC_HTTP_RELATIVE_PATH: /auth \ No newline at end of file