Merge pull request #856 from ankyra/master

Documentation fix for `hostedZoneID` field
This commit is contained in:
jetstack-bot 2018-09-12 08:45:48 +01:00 committed by GitHub
commit b88c4ad72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ Cert-manager requires the following IAM policy.
}
The ``route53:ListHostedZonesByName`` statement can be removed if you specify
the optional hosted zone ID (``spec.acme.dns01.providers[].hostedZoneID``) on
the optional hosted zone ID (``spec.acme.dns01.providers[].route53.hostedZoneID``) on
the Issuer resource. You can further tighten this policy by limiting the hosted
zone that cert-manager has access to (replace ``arn:aws:route53:::hostedzone/*``
with ``arn:aws:route53:::hostedzone/DIKER8JPL21PSA``, for instance).