certmanager v1.7

ClusterIssuer.spec.acme.solvers.dns01.azureDNS

Use the Microsoft Azure DNS API to manage DNS01 challenge records.

8 fields
ClusterIssuer.spec.acme.solvers.dns01.azureDNS fields and descriptions
Field / TypeDescription
clientID
string

if both this and ClientSecret are left unset MSI will be used

object

if both this and ClientID are left unset MSI will be used

environment
string

name of the Azure environment (default AzurePublicCloud)

  • enum: ["AzurePublicCloud","AzureChinaCloud","AzureGermanCloud","AzureUSGovernmentCloud"]
hostedZoneName
string

name of the DNS zone that should be used

object

managed identity configuration, can not be used at the same time as clientID, clientSecretSecretRef or tenantID

resourceGroupName
string required

resource group the DNS zone is located in

subscriptionID
string required

ID of the Azure subscription

tenantID
string

when specifying ClientID and ClientSecret then this field is also needed