Skip to content

Commit

Permalink
fix: quickstart demos (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Jan 4, 2023
1 parent d77e2cf commit a7720b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/quickstart/kratos/cloud/kratos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.8.0-alpha.3
version: v0.11.0

dsn: memory

Expand Down
2 changes: 1 addition & 1 deletion contrib/quickstart/kratos/email-password/kratos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.7.1-alpha.1
version: v0.11.0

dsn: memory

Expand Down
4 changes: 2 additions & 2 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/<{registration,welcome,recovery,verification,login,error,**.css,**.js,**.png,}>"
url: "http://127.0.0.1:4455/<{registration,welcome,recovery,verification,login,error,health/{alive,ready},**.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/<{sessions,settings}>"
methods:
- GET
authenticators:
Expand Down
2 changes: 1 addition & 1 deletion quickstart-oathkeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- SECURITY_MODE=jwks

oathkeeper:
image: oryd/oathkeeper:v0.38
image: oryd/oathkeeper:v0.40
depends_on:
- kratos
ports:
Expand Down

0 comments on commit a7720b2

Please sign in to comment.