Fix Gateway API conformance test HTTPRouteHTTPSListener#7306
Open
sunjayBhatia wants to merge 2 commits intoprojectcontour:mainfrom
Open
Fix Gateway API conformance test HTTPRouteHTTPSListener#7306sunjayBhatia wants to merge 2 commits intoprojectcontour:mainfrom
sunjayBhatia wants to merge 2 commits intoprojectcontour:mainfrom
Conversation
For a Gateway HTTPS Listeners with unspecified (catchall/wildcard) hostnames, we add a wildcard filter chain This is to ensure we get a routing failure HTTP response (404) when a request is received that is for an "unknown" fqdn, rather than a connection error because Envoy does not have a filter chain to match Signed-off-by: Sunjay Bhatia <sunjay.bhatia@broadcom.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7306 +/- ##
==========================================
- Coverage 81.85% 80.13% -1.72%
==========================================
Files 130 130
Lines 15747 15785 +38
==========================================
- Hits 12889 12649 -240
- Misses 2574 2609 +35
- Partials 284 527 +243
🚀 New features to boost your workflow:
|
tsaarni
approved these changes
Dec 8, 2025
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
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.
For a Gateway HTTPS Listeners with unspecified (catchall/wildcard) hostnames, we add a wildcard filter chain
This is to ensure we get a routing failure HTTP response (404) when a request is received that is for an "unknown" fqdn, rather than a connection error because Envoy does not have a filter chain to match