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

Fix aws_cloudtrail even duplication bug #169

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

hakbailey
Copy link
Contributor

Fixes a minor bug in the aws_cloudtrail event_source plugin where cloudtrail events were retrieved and added to queue twice. The boto3 client StartTime parameter needs to be set to the last retrieved event time before the next batch of events is retrieved instead of after.

@Alex-Izquierdo Alex-Izquierdo requested review from bzwei, hsong-rh and a team August 22, 2023 19:44
Copy link
Contributor

@Alex-Izquierdo Alex-Izquierdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Alex-Izquierdo Alex-Izquierdo merged commit 42ff67e into ansible:main Aug 30, 2023
14 checks passed
ttuffin pushed a commit that referenced this pull request Dec 4, 2023
…ce (#169)

Co-authored-by: Bill Wei <bilwei@redhat.com>
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.

3 participants