envoyproxy/gateway
GitHub で見るSupport regex rewrites for paths during HTTP redirects
Open
#6,405 opened on 2025年6月25日
area/apihelp wanted
Repository metrics
- Stars
- (2,871 stars)
- PR merge metrics
- (PR metrics pending)
説明
Description: Due to legacy reasons we require the ability to regex rewrite some paths during a redirect procedure similarly how its done here.
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 so I think its a matter of exposing the configuration?
Thanks, Nic