Skip to content

Commit

Permalink
Merge pull request #121 from mcpeak/tag-api-doesnt-work
Browse files Browse the repository at this point in the history
Tag API doesnt work in access advisor
  • Loading branch information
mcpeak committed Sep 27, 2018
2 parents 78a1574 + cff49e3 commit c5f9cf3
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'])
IAM_ACCESS_ADVISOR_UNSUPPORTED_SERVICES = frozenset(['lightsail', 'organizations', 'tag'])
IAM_ACCESS_ADVISOR_UNSUPPORTED_ACTIONS = frozenset(['iam:passrole'])


Expand Down

0 comments on commit c5f9cf3

Please sign in to comment.