ClusterIssuer.spec.acme.solvers.dns01.azureDNS
Use the Microsoft Azure DNS API to manage DNS01 challenge records.
| Field / Type | Description |
|---|---|
clientID | Auth: Azure Service Principal: The ClientID of the Azure Service Principal used to authenticate with Azure DNS. If set, ClientSecret and TenantID must also be set. |
Auth: Azure Service Principal: A reference to a Secret containing the password associated with the Service Principal. If set, ClientID and TenantID must also be set. | |
environment | name of the Azure environment (default AzurePublicCloud)
|
hostedZoneName | name of the DNS zone that should be used |
Auth: Azure Workload Identity or Azure Managed Service Identity: Settings to enable Azure Workload Identity or Azure Managed Service Identity If set, ClientID, ClientSecret and TenantID must not be set. | |
resourceGroupName | resource group the DNS zone is located in |
subscriptionID | ID of the Azure subscription |
tenantID | Auth: Azure Service Principal: The TenantID of the Azure Service Principal used to authenticate with Azure DNS. If set, ClientID and ClientSecret must also be set. |
zoneType | ZoneType determines which type of Azure DNS zone to use. Valid values are: - AzurePublicZone (default): Use a public Azure DNS zone. - AzurePrivateZone: Use an Azure Private DNS zone. If not specified, AzurePublicZone is used. Support for Azure Private DNS zones is currently experimental and may change in future releases.
|