mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
Update aws IAM policy example
Update the IAM policy example to include `route53:ListTagsForResource` permissions. This is required for `--aws-zone-tags`.
This commit is contained in:
parent
b59016a9d8
commit
2df31d410b
@ -29,7 +29,8 @@ Hosted Zone IDs.
|
|||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
"route53:ListHostedZones",
|
"route53:ListHostedZones",
|
||||||
"route53:ListResourceRecordSets"
|
"route53:ListResourceRecordSets",
|
||||||
|
"route53:ListTagsForResource"
|
||||||
],
|
],
|
||||||
"Resource": [
|
"Resource": [
|
||||||
"*"
|
"*"
|
||||||
|
Loading…
Reference in New Issue
Block a user