Skip to content

Commit

Permalink
Merge pull request #33 from paralus/kratos-error-page
Browse files Browse the repository at this point in the history
added config for kratos user facing error page
  • Loading branch information
niravparikh05 authored Jun 20, 2022
2 parents cfe783f + 8629b7f commit eec3c64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/ztka/templates/configmap-kratos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ data:
selfservice_flows_settings_ui_url: {{ include "ztka.consoleFQDNWithScheme" . }}/ksettings
selfservice_flows_recovery_ui_url: {{ include "ztka.consoleFQDNWithScheme" . }}/ksettings
selfservice_flows_registration_ui_url: {{ include "ztka.consoleFQDNWithScheme" .}}/registeroidc
selfservice_flows_error_ui_url: {{ include "ztka.consoleFQDNWithScheme" .}}/error-page
{{- end }}
5 changes: 5 additions & 0 deletions charts/ztka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ kratos:
configMapKeyRef:
name: kratos-config
key: selfservice_flows_registration_ui_url
- name: SELFSERVICE_FLOWS_ERROR_UI_URL
valueFrom:
configMapKeyRef:
name: kratos-config
key: selfservice_flows_error_ui_url
# OIDC Provider config synchronizer as sidecar to Kratos
extraContainers: |
- name: synchronizer
Expand Down

0 comments on commit eec3c64

Please sign in to comment.