-
Notifications
You must be signed in to change notification settings - Fork 49
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
Generate IAM reports #4
Comments
These don't actually require/allow waiters. However, generating the reports outside of Recon is a simpler approach. This commit added support for collecting and parsing the credential report. |
Add command line option to generate the report and wait. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Enable generating credential report by default and wait for it to complete. Add command line option In |
Several IAM reports generate useful metadata about credential and service usage:
Each of these report require generating the report (and waiting) prior to accessing the details. The current plan is to implement these using the SDK waiters. Since this will slow down considerably, it will likely be a separate command line option that is disabled by default.
The text was updated successfully, but these errors were encountered: