Skip to content

Commit

Permalink
fix: Access rules of oathkeeper for quick start (#390)
Browse files Browse the repository at this point in the history
To access `/` as dashboard

Close #389

Signed-off-by: sawadashota <xiootas@gmail.com>
  • Loading branch information
sawadashota committed May 6, 2020
1 parent 97b9895 commit 5ed6d05
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 @@ -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 Down

0 comments on commit 5ed6d05

Please sign in to comment.