Skip to content

Commit ec43b08

Browse files
committed
Fix lint
1 parent 1ae9ccc commit ec43b08

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

mmv1/products/compute/BackendService.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,17 +1481,17 @@ properties:
14811481
- name: 'sni'
14821482
type: String
14831483
description: |
1484-
Server Name Indication - see RFC3546 section 3.1. If set, the load balancer sends this string as the SNI hostname in the
1485-
TLS connection to the backend, and requires that this string match a Subject Alternative Name (SAN) in the backend's
1486-
server certificate. With a Regional Internet NEG backend, if the SNI is specified here, the load balancer uses it
1484+
Server Name Indication - see RFC3546 section 3.1. If set, the load balancer sends this string as the SNI hostname in the
1485+
TLS connection to the backend, and requires that this string match a Subject Alternative Name (SAN) in the backend's
1486+
server certificate. With a Regional Internet NEG backend, if the SNI is specified here, the load balancer uses it
14871487
regardless of whether the Regional Internet NEG is specified with FQDN or IP address and port.
14881488
- name: 'subjectAltNames'
14891489
type: Array
14901490
description: |
1491-
A list of Subject Alternative Names (SANs) that the Load Balancer verifies during a TLS handshake with the backend.
1492-
When the server presents its X.509 certificate to the Load Balancer, the Load Balancer inspects the certificate's SAN field,
1493-
and requires that at least one SAN match one of the subjectAltNames in the list. This field is limited to 5 entries.
1494-
When both sni and subjectAltNames are specified, the load balancer matches the backend certificate's SAN only to
1491+
A list of Subject Alternative Names (SANs) that the Load Balancer verifies during a TLS handshake with the backend.
1492+
When the server presents its X.509 certificate to the Load Balancer, the Load Balancer inspects the certificate's SAN field,
1493+
and requires that at least one SAN match one of the subjectAltNames in the list. This field is limited to 5 entries.
1494+
When both sni and subjectAltNames are specified, the load balancer matches the backend certificate's SAN only to
14951495
subjectAltNames.
14961496
item_type:
14971497
type: NestedObject
@@ -1511,6 +1511,6 @@ properties:
15111511
- name: 'authenticationConfig'
15121512
type: String
15131513
description: |
1514-
Reference to the BackendAuthenticationConfig resource from the networksecurity.googleapis.com namespace.
1515-
Can be used in authenticating TLS connections to the backend, as specified by the authenticationMode field.
1514+
Reference to the BackendAuthenticationConfig resource from the networksecurity.googleapis.com namespace.
1515+
Can be used in authenticating TLS connections to the backend, as specified by the authenticationMode field.
15161516
Can only be specified if authenticationMode is not NONE.

0 commit comments

Comments
 (0)