Advertise BackendTLSPolicy SAN validation#14214
Merged
davidjumani merged 1 commit intoJun 9, 2026
Merged
Conversation
Signed-off-by: Daneyon Hansen <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates kgateway’s advertised Gateway API conformance capabilities to include BackendTLSPolicySANValidation, aligning the GatewayClass.status.supportedFeatures output with existing BackendTLSPolicy SAN matching behavior.
Changes:
- Stop exempting (hiding) BackendTLSPolicy extended features from the advertised supported feature list.
- Add a unit test assertion that
BackendTLSPolicySANValidationis included in the advertised supported features.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/deployer/gatewayclass.go | Removes the exemption that previously prevented BackendTLSPolicy extended features from being advertised in supportedFeatures. |
| pkg/deployer/gatewayclass_test.go | Adds coverage to ensure BackendTLSPolicySANValidation is advertised as supported. |
puertomontt
approved these changes
Jun 9, 2026
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.
Description
Advertise
BackendTLSPolicySANValidationnow that kgateway supports BackendTLSPolicy SAN matching behavior.Fixes: #11142
Change Type
/kind fix
Changelog
Additional Notes
Tested:
go test ./pkg/deployerBackendTLSPolicySANValidationconformance test on kind with kgatewayv1.0.1-dev