gateway api v1.6.2 experimental
XBackend.spec.tls
TLS defines the TLS configuration that the implementation should use when connecting to the backend. ExternalHostname backends SHOULD have TLS configured; the lack of TLS for external hostnames should be considered insecure and a security risk. Support: Extended
| Field / Type | Description |
|---|---|
ClientCertificateRef is a reference to a Secret containing the client TLS certificate and private key for mutual TLS. This field is required when mode is ClientAndServer and must be unset otherwise. | |
mode | Mode defines the TLS mode for the backend connection.
|
Validation contains TLS validation configuration for the backend connection.
|