Skip to content

Enable audit event streaming to AWS S3

Huzaifa Iftikhar requested to merge 333372_audit_event_streaming_to_aws_s3 into master

What does this MR do and why?

Enable audit event streaming to AWS S3 behind a group level feature flag allow_streaming_audit_events_to_amazon_s3.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable feature flag by running Feature.enable('allow_streaming_audit_events_to_amazon_s3') in rails console.
  2. Follow the steps in this demo video https://www.youtube.com/watch?v=K7k9ltYMMY4.

PS: The AWS key used in the demo has been deleted.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Closes #333372 (closed)

Edited by Huzaifa Iftikhar

Merge request reports