-
Notifications
You must be signed in to change notification settings - Fork 392
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
feat(translator): preserve route order in EnvoyProxy #4955
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4955 +/- ##
==========================================
+ Coverage 66.77% 66.83% +0.05%
==========================================
Files 209 209
Lines 32100 32112 +12
==========================================
+ Hits 21434 21461 +27
+ Misses 9379 9368 -11
+ Partials 1287 1283 -4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Guy Daich <guy.daich@sap.com>
389b43d
to
b7f9f29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
CTP doesn't feel like the right place for this, imo this is a global setting that should live in either EnvoyProxy or EnvoyGateway |
Signed-off-by: Guy Daich <guy.daich@sap.com>
Signed-off-by: Guy Daich <guy.daich@sap.com>
Signed-off-by: Guy Daich <guy.daich@sap.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
Signed-off-by: Guy Daich <guy.daich@sap.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
What type of PR is this?
What this PR does / why we need it:
Add an option to
EnvoyProxy
to preserve the user-defined route order.Which issue(s) this PR fixes:
Fixes #4943
Release Notes: Yes/No