ClusterIssuer.spec.acme.solvers[].dns01.acmeDNS.accountSecretRef.spec.acme.solvers.dns01.route53
Use the AWS Route53 API to manage DNS01 challenge records.
| Field / Type | Description |
|---|---|
accessKeyID | The AccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials |
hostedZoneID | If set, the provider will manage only this zone in Route53 and will not do an lookup using the route53:ListHostedZonesByName api call. |
region | Always set the region when using AccessKeyID and SecretAccessKey |
role | Role is a Role ARN which the Route53 provider will assume using either the explicit credentials AccessKeyID/SecretAccessKey or the inferred credentials from environment variables, shared credentials file or AWS Instance metadata |
The SecretAccessKey is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials |