Fix IAM policy warnings

This commit is contained in:
John Wells 2018-06-18 13:53:09 -06:00 committed by GitHub
parent c4bb8d91b5
commit 7ad604cdc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,12 +76,12 @@ Cert-manager requires the following IAM policy.
{
"Effect": "Allow",
"Action": "route53:GetChange",
"Resource": "*"
"Resource": "arn:aws:route53:::change/*"
},
{
"Effect": "Allow",
"Action": "route53:ChangeResourceRecordSets",
"Resource": "*"
"Resource": "arn:aws:route53:::hostedzone/*"
},
{
"Effect": "Allow",