Skip to main content
Version: Next

ApisixTls/v2

See concepts to learn more about how to use the ApisixTls resource.

Spec#

See the definition on GitHub.

AttributeTypeDescription
hostsarrayList of hosts (with matched SNI) that can use the TLS certificate stored in the Secret.
secretobjectDefinition of the Secret related to the current ApisixTls object.
secret.namestringName of the Secret related to the current ApisixTls object.
secret.namespacestringNamespace of the Secret related to the current ApisixTls object.
clientobjectConfiguration for the certificate provided by the client.
client.caSecretobjectDefinition of the Secret related to the certificate.
client.caSecret.namestringName of the Secret related to the certificate provided by the client.
client.caSecret.namespacestringNamespace of the Secret related to the certificate.
client.depthintThe maximum length of the certificate chain.
client.skip_mtls_uri_regexarrayList of uri regular expression to skip mtls.