Skip to content

Commit

Permalink
Update kratos auth provider to use hydra admin endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 6, 2024
1 parent e2791eb commit d2bd73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile.d/10-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ releases:
values:
- {{ .Values.server_name }}
- name: kratos.config.oauth2_provider.url
value: http://{{ .Values.server_name }}/admin/hydra
value: http://hydra-admin:4445
- name: kratos.config.selfservice.flows.registration.after.password.hooks[0].config.url
value: https://{{ .Values.server_name }}/managementportal/api/kratos/subjects
- name: kratos.config.selfservice.flows.verification.after.hooks[0].config.url
Expand Down

0 comments on commit d2bd73c

Please sign in to comment.