Skip to content

Commit

Permalink
Tag API doesnt work in access advisor
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis McPeak committed Sep 27, 2018
1 parent 78a1574 commit cff49e3
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 cff49e3

Please sign in to comment.