envoyproxy / envoyproxy/gateway
Support regex rewrites for paths during HTTP redirects
Open
area/api
help wanted
- Dominant language
- Go
- Stars
- 3k
- Forks
- 864
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 140
Description
*Description*:
Due to legacy reasons we require the ability to regex rewrite some paths during a redirect procedure similarly how its done [here](https://gateway.envoyproxy.io/docs/tasks/traffic/http-urlrewrite/#rewrite-url-path-with-regex).
**_Note:_**
>Combining a redirect rule together with a rewrite rule does not work since you cant specify both at once.
Underlying envoy proxy [supports this](https://github.com/envoyproxy/envoy/issues/14348) so I think its a matter of exposing the configuration?
Thanks,
Nic
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.