You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #2436, but geared towards exposing the right APIs for filter writers to do what #2436 wants to expose via config language.
I am playing with #3254 to prototype how this would look.
To reiterate, the main use case I can think of (and which I am currently trying to solve) is being able to set metadata matches from a header (e.g.: X-Version) instead of having to hard-code route entries with each possible version, e.g.:
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
This is related to #2436, but geared towards exposing the right APIs for filter writers to do what #2436 wants to expose via config language.
I am playing with #3254 to prototype how this would look.
To reiterate, the main use case I can think of (and which I am currently trying to solve) is being able to set metadata matches from a header (e.g.:
X-Version
) instead of having to hard-code route entries with each possible version, e.g.:(Assume using RDS to construct all the possible route combinations dynamically isn't a desired path).
Thoughts on how this should be approached?
The text was updated successfully, but these errors were encountered: