workloadIdentityEnabled

@JvmName(name = "naagjadtxyywhgon")
suspend fun workloadIdentityEnabled(value: Output<Boolean>)
@JvmName(name = "wfxdymchmdlxugdn")
suspend fun workloadIdentityEnabled(value: Boolean?)

Parameters

value

Specifies whether Azure AD Workload Identity should be enabled for the Cluster. Defaults to false.

Note: To enable Azure AD Workload Identity oidc_issuer_enabled must be set to true. Note: Enabling this option will allocate Workload Identity resources to the kube-system namespace in Kubernetes. If you wish to customize the deployment of Workload Identity, you can refer to the documentation on Azure AD Workload Identity. The documentation provides guidance on how to install the mutating admission webhook, which allows for the customization of Workload Identity deployment.