Hello community, I am trying to use glob matching ...
# general
g
Hello community, I am trying to use glob matching rule to handle two domains using Ory Oathkeeper. My match:
<https://oauth2>.<{<http://domain.ai|domain.ai>,*.<http://domain.dev|domain.dev>}>/<**>
but for some reason Oathkeeper cannot match URLS: https://oauth2.domain.ai and https://oauth2.staging.domain.dev What could be wrong in this match pattern for the rule.