Skip to content

Commit

Permalink
Fix for keycloak using MS cert (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles authored Jun 20, 2024
1 parent f8f66fa commit 30583a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/charts/oasis-platform/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
{{- if (.Values.azure).secretProvider }}
{{- if hasKey .Values.azure.secretProvider.secrets "keycloak-cert" }}
- name: KC_DB_URL_PROPERTIES
value: "?sslmode=verify-full&sslcert=root.crt"
value: "?sslmode=require&sslcert=root.crt"
{{- end }}
{{- end }}
- name: KC_LOGLEVEL
Expand Down

0 comments on commit 30583a0

Please sign in to comment.