istio v1.13.3

Sidecar.spec.ingress.tls

12 fields
Sidecar.spec.ingress.tls fields and descriptions
Field / TypeDescription
caCertificates
string

REQUIRED if mode is `MUTUAL`.

string[]

Optional: If specified, only support the specified cipher list.

credentialName
string

No description provided.

httpsRedirect
boolean

No description provided.

maxProtocolVersion
string

Optional: Maximum TLS protocol version.

  • enum: ["TLS_AUTO","TLSV1_0","TLSV1_1","TLSV1_2","TLSV1_3"]
minProtocolVersion
string

Optional: Minimum TLS protocol version.

  • enum: ["TLS_AUTO","TLSV1_0","TLSV1_1","TLSV1_2","TLSV1_3"]
mode
string

No description provided.

  • enum: ["PASSTHROUGH","SIMPLE","MUTUAL","AUTO_PASSTHROUGH","ISTIO_MUTUAL"]
privateKey
string

REQUIRED if mode is `SIMPLE` or `MUTUAL`.

serverCertificate
string

REQUIRED if mode is `SIMPLE` or `MUTUAL`.

string[]

No description provided.

string[]

No description provided.

string[]

No description provided.