Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Config Rule to test for sensitive permissions on IAM Roles #368

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

belialboy
Copy link
Contributor

I confirm these files are made available under CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Issue #, if available:

Description of changes:
Adding a Config Rule that requires configuration with the IAM Actions that the customer perceives as being sensitive. This is set with the actions rule parameter, and should be a comma-separated list of IAM Actions. The rule evaluates IAM Roles in the account and highlights those that have those permissions as being NON_COMPLIANT.
Customers may add a permittedRoleNames list of allowed IAM Roles that can have those permissions, which will not be tagged as NON_COMPLIANT.
Customers may also use resourceArns to indicate specific AWS resources that should be protected from actions in the account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant