-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamically route prefix_rewrite #4274
Comments
@Bhawna4tech the variable is not currently supported, there is no way to use $1 to refer to regular matching to the content |
@zyfjeff: Thanks for prompt response. As we have limited knowledge with Envoy so far, do you see any other feasible way, we can achieve it. |
@techygarg #3977 This problem is very similar with you |
@zyfjeff: Thanks for sharing the link. Yeah, it is same scenario. As no one has responded yet, it looks like it is not feasible currently in envoy, correct ? |
It seems it is useful to have captured params to be used for subsequent |
Has this been addressed? I am trying to do the same and have found no documentation regarding capture groups in envoy. |
I'm closing this as a duplicate of #2092, which I believe is being worked on. |
How to dynamically route prefix_rewrite
Description:
When I send request bookings/1234/sometask, system should route to orders/1234/sometask
In the logs I am getting : method=GET path="/orders/$1/sometask", order not found. The expected behavior should get path with the path parameters passed.
The text was updated successfully, but these errors were encountered: