Skip to content

Commit

Permalink
Add /dev to local oathkeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVosch committed May 13, 2024
1 parent ae30b9c commit da28226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-compose/oathkeeper_config/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "passthrough-authentication",
"match": {
"url": "http://<127.0.0.1|localhost>:3000/<(\\.ory|tenants/auth/settings|tenants/auth/login|tenants/auth/logout|tenants/static)(/.+)?>",
"url": "http://<127.0.0.1|localhost>:3000/<(\\.ory|tenants/auth/settings|tenants/auth/login|tenants/auth/logout|tenants/static|dev)(/.+)?>",
"methods": [
"GET","POST","PATCH","PUT","DELETE"
]
Expand Down

0 comments on commit da28226

Please sign in to comment.