Is your feature request related to a problem? Please describe.
One our our teams are currently leveraging Zuul(https://github.com/Netflix/zuul) to do bulk redirects for a bunch of URLs(10000+)
Since Zuul is now out of support and we have Gloo, they were asking if we can add it to Gloo.
We can obviously do this by adding to the route tables for the virtual service and do it that way, but adding these 10000+ lines in there would make the config way too convoluted.
Describe the solution you'd like
Ability to load bulk redirects from config files specified separately from the route table/virtual service config.
Describe alternatives you've considered
Currently using Zuul, other alternatives we are considering are S3 redirects, and re-writing the Zuul app using Spring Cloud gateway
Additional context
Example of the redirect configs in the file:
My--Redirect-Path-XX|/My-New-Redirected-Path-XX_c12345
My--Redirect-Path-YY|/My-New-Redirected-Path-YY_c23456
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.
Is your feature request related to a problem? Please describe. One our our teams are currently leveraging Zuul(https://github.com/Netflix/zuul) to do bulk redirects for a bunch of URLs(10000+) Since Zuul is now out of support and we have Gloo, they were asking if we can add it to Gloo. We can obviously do this by adding to the route tables for the virtual service and do it that way, but adding these 10000+ lines in there would make the config way too convoluted.
Describe the solution you'd like Ability to load bulk redirects from config files specified separately from the route table/virtual service config.
Describe alternatives you've considered Currently using Zuul, other alternatives we are considering are S3 redirects, and re-writing the Zuul app using Spring Cloud gateway
Additional context Example of the redirect configs in the file: My--Redirect-Path-XX|/My-New-Redirected-Path-XX_c12345 My--Redirect-Path-YY|/My-New-Redirected-Path-YY_c23456