diff --git a/networking/v1alpha3/gateway.pb.go b/networking/v1alpha3/gateway.pb.go index 6288fd8bf48..9d66929b1e5 100644 --- a/networking/v1alpha3/gateway.pb.go +++ b/networking/v1alpha3/gateway.pb.go @@ -788,6 +788,7 @@ type ServerTLSSettings struct { CredentialName string `protobuf:"bytes,10,opt,name=credential_name,json=credentialName,proto3" json:"credential_name,omitempty"` // A list of alternate names to verify the subject identity in the // certificate presented by the client. + // Requires TLS mode to be set to `MUTUAL`. SubjectAltNames []string `protobuf:"bytes,6,rep,name=subject_alt_names,json=subjectAltNames,proto3" json:"subject_alt_names,omitempty"` // An optional list of base64-encoded SHA-256 hashes of the SPKIs of // authorized client certificates. diff --git a/networking/v1alpha3/gateway.proto b/networking/v1alpha3/gateway.proto index 69c5055e678..925bd8b366c 100644 --- a/networking/v1alpha3/gateway.proto +++ b/networking/v1alpha3/gateway.proto @@ -473,6 +473,7 @@ message ServerTLSSettings { // A list of alternate names to verify the subject identity in the // certificate presented by the client. + // Requires TLS mode to be set to `MUTUAL`. repeated string subject_alt_names = 6; // An optional list of base64-encoded SHA-256 hashes of the SPKIs of