You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: I should also be using sharedEventID as explained in https://aws.amazon.com/blogs/security/aws-cloudtrail-now-tracks-cross-account-activity-to-its-origin/
The text was updated successfully, but these errors were encountered:
One minor gotcha is the sharedEventID wasn't introduced until CloudTrail eventVersion 1.03. I'm not sure when AWS started using that version of CloudTrail, but it's at least over a year old, so I think it's acceptable to make a requirement of CloudTracker be that logs to be reviewed must be at most a year old or newer.
In tracking cross-account role assumptions, I should use sharedEventID as explained in https://aws.amazon.com/blogs/security/aws-cloudtrail-now-tracks-cross-account-activity-to-its-origin/
This should be fixed at:
cloudtracker/cloudtracker/datasources/es.py
Line 135 in 33852a6
The text was updated successfully, but these errors were encountered: