Right now all mtls* filters support only exact match, but for SAN fields like DNS or or URI it makes sense to allow either regexp or at least globbing.
example: mtlsSanDNS("*.host.example") or mtlsSanURI("spiffe://services.example/applications/*")
another example in https://github.com/zalando/skipper/pull/4044/changes#r3422146715
Right now all
mtls*filters support only exact match, but for SAN fields like DNS or or URI it makes sense to allow either regexp or at least globbing.example:
mtlsSanDNS("*.host.example")ormtlsSanURI("spiffe://services.example/applications/*")another example in https://github.com/zalando/skipper/pull/4044/changes#r3422146715