DestinationRule.spec.trafficPolicy.loadBalancer.localityLbSetting.failover.spec.trafficPolicy.tls
TLS related settings for connections to the upstream service.
| Field / Type | Description |
|---|---|
caCertificates | OPTIONAL: The path to the file containing certificate authority certificates to use in verifying a presented server certificate. |
caCrl | OPTIONAL: The path to the file containing the certificate revocation list (CRL) to use in verifying a presented server certificate. |
clientCertificate | REQUIRED if mode is `MUTUAL`. |
credentialName | The name of the secret that holds the TLS certs for the client including the CA certificates. |
insecureSkipVerify | `insecureSkipVerify` specifies whether the proxy should skip verifying the CA signature and SAN for the server certificate corresponding to the host.
|
mode | Indicates whether connections to this port should be secured using TLS. Valid Options: DISABLE, SIMPLE, MUTUAL, ISTIO_MUTUAL
|
privateKey | REQUIRED if mode is `MUTUAL`. |
sni | SNI string to present to the server during TLS handshake. |
A list of alternate names to verify the subject identity in the certificate. |