From 9efbb9c296dea44ed637d5263aa6ec93e1101b43 Mon Sep 17 00:00:00 2001 From: theotherian Date: Mon, 13 Dec 2021 09:03:20 -0800 Subject: [PATCH] Add missing sample app paths to oathkeeper config Add "welcome,registration,login,verification" and "**.png" to the paths oathkeeper forwards to self service ui. --- contrib/quickstart/oathkeeper/access-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/quickstart/oathkeeper/access-rules.yml b/contrib/quickstart/oathkeeper/access-rules.yml index 29a03d3556e4..b6520f1ca526 100644 --- a/contrib/quickstart/oathkeeper/access-rules.yml +++ b/contrib/quickstart/oathkeeper/access-rules.yml @@ -26,7 +26,7 @@ preserve_host: true url: "http://kratos-selfservice-ui-node:4435" match: - url: "http://127.0.0.1:4455/<{error,recovery,verify,auth/*,**.css,**.js}{/,}>" + url: "http://127.0.0.1:4455/<{welcome,registration,login,verification,error,recovery,verify,auth/*,**.css,**.js,**.png}{/,}>" methods: - GET authenticators: