Skip to content

feature request: have a wildcard domain matcher #645

Closed
@GlenDC

Description

@GlenDC

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions