Documentation fix for hostedZoneID field

Signed-off-by: Bart Spaans <bart.spaans@ankyra.io>
This commit is contained in:
Bart Spaans 2018-08-24 18:06:06 +01:00
parent e1407f905b
commit 6b20e47378

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).