Fix KEYCLOAK_ISSUER_INTERNAL to include port 8080
The internal Keycloak URL was missing the port number, causing the OIDC token exchange to fail. The code tries to replace :8080 with :8081 but the port was missing entirely. - Changed from: http://workclub-keycloak/realms/workclub - Changed to: http://workclub-keycloak:8080/realms/workclub
This commit is contained in:
@@ -87,4 +87,4 @@ spec:
|
|||||||
name: workclub-config
|
name: workclub-config
|
||||||
key: keycloak-authority
|
key: keycloak-authority
|
||||||
- name: KEYCLOAK_ISSUER_INTERNAL
|
- name: KEYCLOAK_ISSUER_INTERNAL
|
||||||
value: "http://workclub-keycloak/realms/workclub"
|
value: "http://workclub-keycloak:8080/realms/workclub"
|
||||||
|
|||||||
Reference in New Issue
Block a user