Private Preview Feedback: Audit log streaming to a user defined HTTP endpoint #144970
Unanswered
boylejj
asked this question in
Enterprise
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Private preview of Audit log streaming to a user defined HTTPs event collector
Customer Requirements for Streaming GitHub Audit Logs
This document outlines the necessary requirements for customers hosting endpoints to receive GitHub audit logs through our streaming feature.
1. Maximum Throughput
2. Processing Time
3. Payload Size
4. Authentication Requirements
Authentication should follow GitHub's standard webhook delivery validation. Here's how it works:
X-Hub-Signature-256
header, containing the HMAC signature of the payload.By adhering to these requirements, customers can ensure reliable, secure, and efficient handling of audit log data.
Beta Was this translation helpful? Give feedback.
All reactions