Skip to content

Commit

Permalink
fix: updated oathkeeper+kratos example (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k authored Mar 2, 2022
1 parent 61ce3c0 commit 567a3d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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/<{welcome,registration,login,verification,error,recovery,verify,auth/*,**.css,**.js,**.png}{/,}>"
url: "http://127.0.0.1:4455/<{registration,welcome,recovery,verification,login,**.css,**.js,**.png}>"
methods:
- GET
authenticators:
Expand All @@ -44,7 +44,7 @@
preserve_host: true
url: "http://kratos-selfservice-ui-node:4435"
match:
url: "http://127.0.0.1:4455/<{,debug,dashboard,settings}>"
url: "http://127.0.0.1:4455/<{debug,dashboard,settings}>"
methods:
- GET
authenticators:
Expand All @@ -57,4 +57,4 @@
errors:
- handler: redirect
config:
to: http://127.0.0.1:4455/auth/login
to: http://127.0.0.1:4455/login
2 changes: 1 addition & 1 deletion contrib/quickstart/oathkeeper/oathkeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ errors:
redirect:
enabled: true
config:
to: http://127.0.0.1:4455/auth/login
to: http://127.0.0.1:4455/login
when:
-
error:
Expand Down

0 comments on commit 567a3d7

Please sign in to comment.