I might have resolved my issue. I had to add ``` ...
# ory-selfhosting
v
I might have resolved my issue. I had to add
Copy code
access_rules:
            matching_strategy: glob
In
oathkeeper.config
. Otherwise regex were used to interpret paths instead of glob, which was how I had configured my accessRules.