bridgecrewio / AirIAM

Least privilege AWS IAM Terraformer
https://airiam.io
Apache License 2.0
774 stars 78 forks source link

Policies used only as boundary flagged as redundant #46

Closed bbarhight closed 3 years ago

bbarhight commented 3 years ago

I have a few Policies that exist for exclusive use as iam Boundary policies... they're being flagged as unused, regardless of how long they've been attached as boundaries or how frequently the attached role/user is being used.

bbarhight commented 3 years ago

Policies need to check PermissionsBoundaryUsageCount as well to verify if they're unused.