Skip to content

Commit 1967c5e

Browse files
committed
Bugfix: Configure the static Keycloak URL to ensure proper functionality with proxies that do not use the X-Forwarded-For header
1 parent 8c9c692 commit 1967c5e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

byoh-ssu-reference/tks-admin-tools/site-values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ charts:
3838
virtual-server.f5.com/partition: TO_BE_FIXED
3939
externalDatabase.host: $(dbHost)
4040
externalDatabase.password: $(commonPassword)
41+
extraEnvVars:
42+
- name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY
43+
value: "true"
44+
- name: KC_HOSTNAME_ADMIN_URL
45+
value: "https://tks-console-adm.skbroadband.com/auth"
46+
- name: KC_HOSTNAME_URL
47+
value: "https://tks-console-adm.skbroadband.com/auth"
4148

4249
- name: tks-apis
4350
override:

byoh-stage-reference/tks-admin-tools/site-values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ charts:
3838
virtual-server.f5.com/partition: TO_BE_FIXED
3939
externalDatabase.host: $(dbHost)
4040
externalDatabase.password: $(commonPassword)
41+
extraEnvVars:
42+
- name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY
43+
value: "true"
44+
- name: KC_HOSTNAME_ADMIN_URL
45+
value: "https://tks-console-stg.skbroadband.com/auth"
46+
- name: KC_HOSTNAME_URL
47+
value: "https://tks-console-stg.skbroadband.com/auth"
4148

4249
- name: tks-apis
4350
override:

0 commit comments

Comments
 (0)