Skip to content

BackendTLSPolicy SANs field marked as extended #3591

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apis/openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions apis/v1alpha3/backendtlspolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,18 @@ type BackendTLSPolicyValidation struct {
// backends:
//
// 1. Hostname MUST be used as the SNI to connect to the backend (RFC 6066).
// 2. If SubjectAltNames is not specified, Hostname MUST be used for
// 2. Hostname MUST be used for authentication and MUST match the certificate served by the matching backend, unless SubjectAltNames is specified.
// authentication and MUST match the certificate served by the matching
// backend.
//
// Support: Core
Hostname v1.PreciseHostname `json:"hostname"`

// SubjectAltNames contains one or more Subject Alternative Names.
// When specified, the certificate served from the backend MUST have at least one
// Subject Alternate Name matching one of the specified SubjectAltNames.
// When specified the certificate served from the backend MUST
// have at least one Subject Alternate Name matching one of the specified SubjectAltNames.
//
// Support: Core
// Support: Extended
//
// +optional
// +kubebuilder:validation:MaxItems=5
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions geps/gep-3155/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ status: Experimental
authors:
- mkosieradzki
- robscott
featureNames:
- BackendTLSPolicySANs
relationships:
seeAlso:
- number: 2907
Expand Down