feat: Suppress 'X-Envoy' headers and pass-through the upstream 'Server' header by default#2585
Merged
arkodg merged 2 commits intoenvoyproxy:mainfrom Feb 13, 2024
Merged
Conversation
Signed-off-by: Lior Okman <[email protected]>
bd53b2c to
38650e5
Compare
Signed-off-by: Lior Okman <[email protected]>
38650e5 to
34852de
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2585 +/- ##
==========================================
- Coverage 64.09% 64.08% -0.02%
==========================================
Files 119 119
Lines 18628 18647 +19
==========================================
+ Hits 11939 11949 +10
- Misses 5906 5915 +9
Partials 783 783 ☔ View full report in Codecov by Sentry. |
arkodg
pushed a commit
to arkodg/gateway
that referenced
this pull request
Feb 13, 2024
Between envoyproxy#2585 & envoyproxy#2581 Signed-off-by: Arko Dasgupta <[email protected]>
Merged
arkodg
added a commit
that referenced
this pull request
Feb 13, 2024
Between #2585 & #2581 Signed-off-by: Arko Dasgupta <[email protected]>
yaelSchechter
pushed a commit
to yaelSchechter/envoy-gateway
that referenced
this pull request
Feb 14, 2024
…r' header by default (envoyproxy#2585) * Implement and update tests for the default header transformations. Signed-off-by: Lior Okman <[email protected]> * Make 'gen-check' happy Signed-off-by: Lior Okman <[email protected]> --------- Signed-off-by: Lior Okman <[email protected]> Signed-off-by: Yael Shechter <[email protected]>
yaelSchechter
pushed a commit
to yaelSchechter/envoy-gateway
that referenced
this pull request
Feb 14, 2024
Between envoyproxy#2585 & envoyproxy#2581 Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Yael Shechter <[email protected]>
arkodg
pushed a commit
to arkodg/gateway
that referenced
this pull request
Feb 16, 2024
Between envoyproxy#2566 & envoyproxy#2585 Signed-off-by: Arko Dasgupta <[email protected]>
Merged
arkodg
added a commit
that referenced
this pull request
Feb 16, 2024
Fix merge race Between #2566 & #2585 Signed-off-by: Arko Dasgupta <[email protected]>
zirain
added a commit
that referenced
this pull request
Feb 18, 2024
* feat: Suppress 'X-Envoy' headers and pass-through the upstream 'Server' header by default (#2585) * Implement and update tests for the default header transformations. Signed-off-by: Lior Okman <[email protected]> * Make 'gen-check' happy Signed-off-by: Lior Okman <[email protected]> --------- Signed-off-by: Lior Okman <[email protected]> Signed-off-by: Yael Shechter <[email protected]> * bug: fix merge race (#2604) Between #2585 & #2581 Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Yael Shechter <[email protected]> * feat: downstream mTLS (#2490) * feat: downstream mTLS Relates to #2483 Signed-off-by: Arko Dasgupta <[email protected]> * configmap provider logic Signed-off-by: Arko Dasgupta <[email protected]> * gatewayapi translation Signed-off-by: Arko Dasgupta <[email protected]> * fix charts Signed-off-by: Arko Dasgupta <[email protected]> * tests Signed-off-by: Arko Dasgupta <[email protected]> * lint Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Yael Shechter <[email protected]> * add timeout to clientTrafficPolicy Signed-off-by: Yael Shechter <[email protected]> * fix comment Signed-off-by: Yael Shechter <[email protected]> * add omitempty Signed-off-by: Yael Shechter <[email protected]> * add cel test for coverage Signed-off-by: Yael Shechter <[email protected]> * run make commands Signed-off-by: Yael Shechter <[email protected]> * change request timeout field name and desc Signed-off-by: Yael Shechter <[email protected]> * tidy up comment Signed-off-by: Yael Shechter <[email protected]> * fix cel test Signed-off-by: Yael Shechter <[email protected]> * fix typo Signed-off-by: Yael Shechter <[email protected]> * run generate Signed-off-by: Yael Shechter <[email protected]> --------- Signed-off-by: Lior Okman <[email protected]> Signed-off-by: Yael Shechter <[email protected]> Signed-off-by: Arko Dasgupta <[email protected]> Co-authored-by: Lior Okman <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]> Co-authored-by: zirain <[email protected]>
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 this PR does / why we need it:
Implements the API introduced in #2500