cloudtools / awacs

Python library for AWS Access Policy Language creation
BSD 2-Clause "Simplified" License
395 stars 102 forks source link

cloudfront does not allow for resource level permissions #75

Closed parrott-kevin closed 4 years ago

parrott-kevin commented 7 years ago

When creating policies for cloudfront, resource level specifications are not allowed and example. So when creating policies the creator has to remember to change

"Resource": [
    "arn:aws:cloudfront:::*"
]

to

"Resource": [
    "*"
]

for the policy to be correct.

michael-k commented 4 years ago

resource level specifications are not allowed

This is no longer the case.