Scott Piper
Scott Piper
http://hackworthy.blogspot.no/2012/05/savedownload-data-generated-in.html
My understanding is the same as yours, although I've not dug into what all could happen with a policy like this. This warning was mostly for my own benefit as...
There's nothing to do for this other than possibly saying that an organization trail is better than a normal trail.
I just want an info issue if the trail is not an organization trail.
Yikes, thanks for reporting @jtyers. I'll look into it.
Looks like this is fixed by #808
A simple way of doing this is adding the following to https://github.com/duo-labs/cloudmapper/blob/4f5ec6f6eaffdef4c8d14a628215747b548fbc2d/commands/iam_report.py#L104 ``` created = datetime.datetime.strptime(principal_auth["CreateDate"][0:10], "%Y-%m-%d") principal_age = (job_completion_date - created).days if principal_age < args.max_age: stats["is_inactive"] = False ```
Also add those lines here: https://github.com/duo-labs/cloudmapper/blob/4f5ec6f6eaffdef4c8d14a628215747b548fbc2d/shared/common.py#L404 with `s/args.max_age/max_age/`
The way in which CloudMapper figures out SAML providers is a hack right now. This error forces you to modify the code to add in your SAML provider. I need...
This looks to be a duplicate of #206. Unfortunately I do not have access to govcloud to attempt to fix and test this. I'd be happy to accept a PR...