Open bdecoste opened 1 year ago
Zendesk ticket #1807 has been linked to this issue.
is it too constrained if the parent cannot use regex? or if the parent regex must match identically?
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Version
1.13.x (latest stable)
Is your feature request related to a problem? Please describe.
Gloo requires a prefix matcher on a VS route
delegateAction
which limits our ability to delegate routes to RTs. We would like to be able to delegate to RTs usingregex
orheaders
matchers. If you configure adelegateAction
with aregex
, for example, you get this:invalid route: routes with delegate actions must use a prefix matcher
Describe the solution you'd like
Support all matcher types for
delegateAction
Describe alternatives you've considered
Don't delegate non-prefix matchers to RTs
Additional Context
No response