nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
Regex for path matching: RegularExpression
trafficstars
Hi,
It seems NGF does not yet support RegularExpression for path matching. I wonder if there is any way for me to move this NGINX location to HTTPRoute with the current features:
location ~* ^/foo-service/workspaces/\w+(-\w+)?/environments/ {
//
}
I could not figure out how I could match this path with HTTPRoute. Do you have any ideas?