Skip to content

Commit

Permalink
GPX-717 GPX-717 [Bug] Keycloak ACME challange route blocking
Browse files Browse the repository at this point in the history
keycloak config importer needs to access via http instead of https after changes to route and tls configuration

Signed-off-by: fhochleitner <felix.hochleitner@outlook.com>
  • Loading branch information
fhochleitner committed Aug 31, 2023
1 parent 7ead4ed commit c11422a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/gp-keycloak-instance/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gp-keycloak-instance
description: A Helm chart for deploying Keycloak on OpenShift using the Keycloak-X Operator

type: application
version: 1.2.10
version: 1.2.11

dependencies:
- name: postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: IMPORT_CACHE_ENABLED
value: "false"
- name: KEYCLOAK_URL
value: "https://{{ include "gp-keycloak-instance.fullname" . }}-service:8443"
value: "http://{{ include "gp-keycloak-instance.fullname" . }}-service:8080"
- name: KEYCLOAK_USER
valueFrom:
secretKeyRef:
Expand Down
1 change: 1 addition & 0 deletions infra/gp-keycloak-instance/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
http:
httpEnabled: true
httpPort: 8080
httpsPort: 8443
ingress:
enabled: false
{{- if .Values.persistence.enabled }}
Expand Down

0 comments on commit c11422a

Please sign in to comment.