Closed
Description
Currently, the domain matchers (e.g., used in route_upstream
) support only child_match
and exact_match
. However, there’s no support for wildcard matching. For example, something like:
foo*.site.bar.com
would ideally match:
foo.site.bar.com
foo1.site.bar.com
foofoo.site.bar.com
The exact syntax or feature set isn’t particularly important to me—what matters more is having the capability to perform wildcard-based filtering, especially in cases where exact_match
or child_match
aren’t sufficient.
I understand that wildcard matching may be slower by nature, but I still believe it could be quite useful for certain edge cases.
Metadata
Metadata
Assignees
Labels
No labels