From 6b20e47378b0ac0e4f9b5a251bb084f29cc807f9 Mon Sep 17 00:00:00 2001 From: Bart Spaans Date: Fri, 24 Aug 2018 18:06:06 +0100 Subject: [PATCH] Documentation fix for `hostedZoneID` field Signed-off-by: Bart Spaans --- docs/reference/issuers/acme/dns01.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/issuers/acme/dns01.rst b/docs/reference/issuers/acme/dns01.rst index a05686df3..7db01d43b 100644 --- a/docs/reference/issuers/acme/dns01.rst +++ b/docs/reference/issuers/acme/dns01.rst @@ -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).