certmanager v1.7

Issuer.spec.acme.solvers.dns01.route53

Use the AWS Route53 API to manage DNS01 challenge records.

5 fields
Issuer.spec.acme.solvers.dns01.route53 fields and descriptions
Field / TypeDescription
accessKeyID
string

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
string

If set, the provider will manage only this zone in Route53 and will not do an lookup using the route53:ListHostedZonesByName api call.

region
string required

Always set the region when using AccessKeyID and SecretAccessKey

role
string

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

object

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