Skip to content

Commit

Permalink
fix: bats-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 5, 2023
1 parent 7612280 commit e63f121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/dev/ory/oathkeeper_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
upstream:
url: "http://bats-tests:4012"
match:
url: "<(http|https)>://<[a-zA-Z0-9-.:]+>/auth/<(clearCookies|login|logout|email/code|email/login|totp/validate|email/login/cookie|create/device-account|phone/captcha|phone/code|phone/login)>"
url: "<(http|https)>://<[a-zA-Z0-9-.:]+>/auth/<(clearCookies|login|logout|email/code|email/login|totp/validate|email/login/cookie|phone/captcha|phone/code|phone/login)>"
methods: ["GET", "POST", "OPTIONS"]
authenticators:
- handler: anonymous
Expand Down

0 comments on commit e63f121

Please sign in to comment.