Skip to content

Commit

Permalink
Add organizations to the frozenset
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bengtson committed Aug 9, 2017
1 parent 96dbe12 commit d1ea851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repokid/utils/roledata.py
Expand Up @@ -24,7 +24,7 @@
from repokid import LOGGER as LOGGER
from repokid.role import Role

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


Expand Down

0 comments on commit d1ea851

Please sign in to comment.