Skip to content

Commit

Permalink
fix: add missing sample app paths to oathkeeper config (ory#2058)
Browse files Browse the repository at this point in the history
Add "welcome,registration,login,verification" and "**.png" to the paths oathkeeper forwards to self service ui.
  • Loading branch information
theotherian committed Dec 15, 2021
1 parent b97b4fe commit dc7a86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/quickstart/oathkeeper/access-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc7a86b

Please sign in to comment.