Skip to content

Commit ca66182

Browse files
authored
fix: add user-auth verification form url (#64)
1 parent 2e41f7b commit ca66182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/user_auth/files/oathkeeper_kratos_proxy_rules.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
stripPath: ${admin_selfserve_endpoint}
4444
preserveHost: true
4545
match:
46-
url: http://${backend_service_domain}${admin_selfserve_endpoint}/self-service/<(login|registration|recovery|settings)>/flows<.*>
46+
url: http://${backend_service_domain}${admin_selfserve_endpoint}/self-service/<(login|registration|recovery|settings|verification)>/flows<.*>
4747
methods:
4848
- GET
4949
authenticators:

0 commit comments

Comments
 (0)