Ory Oathkeeper regex doesn't work when trying to match full URLs. #1096
Unanswered
KieronWiltshire
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to use full regex like the one provided below, the response is 404 "does not match any rules."
However, changing the regex rule to something like
http://localhost:4455<\/api\/account(/.*|\\?.*)?>
sort of works... well Oathkeeper says it works, but I still get the same response. Here are the logs:Here is the response I get for both instances:
Beta Was this translation helpful? Give feedback.
All reactions