Skip to content

Commit e14ddd5

Browse files
committed
BackendTLSPolicy SANs field marked as extended
Signed-off-by: Mattia Lavacca <[email protected]>
1 parent 08aff0e commit e14ddd5

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

apis/v1alpha3/backendtlspolicy_types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,18 @@ type BackendTLSPolicyValidation struct {
151151
// backends:
152152
//
153153
// 1. Hostname MUST be used as the SNI to connect to the backend (RFC 6066).
154-
// 2. If SubjectAltNames is not specified, Hostname MUST be used for
154+
// 2. If SubjectAltNames is not specified or unsupported, Hostname MUST be used for
155155
// authentication and MUST match the certificate served by the matching
156156
// backend.
157157
//
158158
// Support: Core
159159
Hostname v1.PreciseHostname `json:"hostname"`
160160

161161
// SubjectAltNames contains one or more Subject Alternative Names.
162-
// When specified, the certificate served from the backend MUST have at least one
163-
// Subject Alternate Name matching one of the specified SubjectAltNames.
162+
// When specified, if supported, the certificate served from the backend MUST
163+
// have at least one Subject Alternate Name matching one of the specified SubjectAltNames.
164164
//
165-
// Support: Core
165+
// Support: Extended
166166
//
167167
// +optional
168168
// +kubebuilder:validation:MaxItems=5

config/crd/experimental/gateway.networking.k8s.io_backendtlspolicies.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

geps/gep-3155/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ status: Experimental
66
authors:
77
- mkosieradzki
88
- robscott
9+
featureNames:
10+
- BackendTLSPolicySANs
911
relationships:
1012
seeAlso:
1113
- number: 2907

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)