feat: support urlrewrite filter for individual backends#7826
Merged
jukie merged 4 commits intoenvoyproxy:mainfrom Dec 29, 2025
Merged
Conversation
Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com>
Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com>
b9aa9c7 to
0a34a62
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7826 +/- ##
==========================================
+ Coverage 72.67% 72.75% +0.08%
==========================================
Files 235 235
Lines 35035 35043 +8
==========================================
+ Hits 25460 25496 +36
+ Misses 7760 7737 -23
+ Partials 1815 1810 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zirain
previously approved these changes
Dec 27, 2025
Member
|
@MUzairS15 can you fix the conflict? |
Signed-off-by: Isaac Wilson <10012479+jukie@users.noreply.github.com>
jukie
approved these changes
Dec 27, 2025
Contributor
Author
|
/retest |
zirain
approved these changes
Dec 29, 2025
millermatt
pushed a commit
to millermatt/envoy-gateway
that referenced
this pull request
Jan 4, 2026
) * feat: support urlrewrite filter for individual backends Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com> * update release notes Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com> --------- Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com> Signed-off-by: Isaac Wilson <10012479+jukie@users.noreply.github.com> Co-authored-by: Isaac Wilson <10012479+jukie@users.noreply.github.com> Signed-off-by: Matt Miller <millermatt@outlook.com>
|
I see v1.6.3 is released. This feature isn't included? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
feat: support urlrewrite filter for individual backends
What this PR does / why we need it:
Enable
URLRewritefilter on individual backendRefs in HTTPRoute configuration. Each backend can now have its own host rewriteapplied via Envoy's WeightedCluster.ClusterWeight.host_rewrite_literal.
Tested via echo server with envoy-gateway exposed on
localhost:10000:Which issue(s) this PR fixes:
Fixes #7775
Release Notes: Yes/No