Skip to content

Commit

Permalink
fix: setup kratos admin base url
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Sep 11, 2024
1 parent a5618f8 commit 4d3fbac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/files/kratos-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ serve:
base_url: 'https://{{ tpl (index .Values "flanksource-ui" "ingress" "host") . }}/api/.ory'
cors:
enabled: true
# admin:
# base_url: http://127.0.0.1:4434/
admin:
base_url: 'http://kratos-admin'
port: 4434
selfservice:
default_browser_return_url: 'https://{{ tpl (index .Values "flanksource-ui" "ingress" "host") . }}/'
allowed_return_urls:
Expand Down

0 comments on commit 4d3fbac

Please sign in to comment.