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

Generate IAM reports #4

Closed
joshlarsen opened this issue Jul 22, 2020 · 4 comments
Closed

Generate IAM reports #4

joshlarsen opened this issue Jul 22, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request opencspm OpenCSPM needs this issue resolved

Comments

@joshlarsen
Copy link
Owner

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.

@joshlarsen
Copy link
Owner Author

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.

@joshlarsen
Copy link
Owner Author

Add command line option to generate the report and wait.

@stale
Copy link

stale bot commented Sep 15, 2020

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.

@stale stale bot added the wontfix This will not be worked on label Sep 15, 2020
@stale stale bot closed this as completed Sep 21, 2020
@joshlarsen
Copy link
Owner Author

joshlarsen commented Nov 4, 2020

Enable generating credential report by default and wait for it to complete. Add command line option -g to skip generation.

In iam.rb, generate report unless option -g. Poll every 5 seconds to check for completion. Will occupy one thread waiting for completion.

@joshlarsen joshlarsen reopened this Nov 4, 2020
@stale stale bot removed the wontfix This will not be worked on label Nov 4, 2020
@joshlarsen joshlarsen added the opencspm OpenCSPM needs this issue resolved label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request opencspm OpenCSPM needs this issue resolved
Projects
None yet
Development

No branches or pull requests

1 participant