Fix IAM policy warnings
This commit is contained in:
parent
c4bb8d91b5
commit
7ad604cdc7
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user