From cf692d25da342534581646198a57497a4c117d09 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Thu, 16 Sep 2021 21:29:02 -0400 Subject: [PATCH] fix: add user-auth verification form url --- modules/user_auth/files/oathkeeper_kratos_proxy_rules.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user_auth/files/oathkeeper_kratos_proxy_rules.yaml.tpl b/modules/user_auth/files/oathkeeper_kratos_proxy_rules.yaml.tpl index 926c478..5f9d144 100644 --- a/modules/user_auth/files/oathkeeper_kratos_proxy_rules.yaml.tpl +++ b/modules/user_auth/files/oathkeeper_kratos_proxy_rules.yaml.tpl @@ -43,7 +43,7 @@ spec: stripPath: ${admin_selfserve_endpoint} preserveHost: true match: - url: http://${backend_service_domain}${admin_selfserve_endpoint}/self-service/<(login|registration|recovery|settings)>/flows<.*> + url: http://${backend_service_domain}${admin_selfserve_endpoint}/self-service/<(login|registration|recovery|settings|verification)>/flows<.*> methods: - GET authenticators: