Skip to content

Commit

Permalink
Merge pull request #139 from Netflix/add-snowball
Browse files Browse the repository at this point in the history
Update since Access Advisor supports snowball now
  • Loading branch information
mcpeak committed Oct 19, 2018
2 parents f79dcea + 845c1eb commit 65e815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repokid/utils/roledata.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import repokid.hooks
from repokid.role import Role

IAM_ACCESS_ADVISOR_UNSUPPORTED_SERVICES = frozenset(['lightsail', 'organizations', 'snowball', 'tag'])
IAM_ACCESS_ADVISOR_UNSUPPORTED_SERVICES = frozenset(['lightsail', 'organizations', 'tag'])
IAM_ACCESS_ADVISOR_UNSUPPORTED_ACTIONS = frozenset(['iam:passrole'])


Expand Down

0 comments on commit 65e815d

Please sign in to comment.