certificate Authority
suspend fun certificateAuthority(value: Output<KubernetesClusterServiceMeshProfileCertificateAuthorityArgs>)
suspend fun certificateAuthority(value: KubernetesClusterServiceMeshProfileCertificateAuthorityArgs?)
Parameters
value
A certificate_authority
block as defined below. When this property is specified, key_vault_secrets_provider
is also required to be set. This configuration allows you to bring your own root certificate and keys for Istio CA in the Istio-based service mesh add-on for Azure Kubernetes Service.
suspend fun certificateAuthority(argument: suspend KubernetesClusterServiceMeshProfileCertificateAuthorityArgsBuilder.() -> Unit)
Parameters
argument
A certificate_authority
block as defined below. When this property is specified, key_vault_secrets_provider
is also required to be set. This configuration allows you to bring your own root certificate and keys for Istio CA in the Istio-based service mesh add-on for Azure Kubernetes Service.