GitHub Enterprise
Configure GitHub Enterprise audit log streaming to forward audit and Git events to Radiant Security via Amazon S3.
Prerequisites
Configure GitHub Enterprise
Prepare the AWS side
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGitHubAuditLogPutObject",
"Effect": "Allow",
"Action": ["s3:PutObject"],
"Resource": "arn:aws:s3:::<YOUR_BUCKET_NAME>/*"
}
]
}{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGitHubAuditLogPutObject",
"Effect": "Allow",
"Action": ["s3:PutObject"],
"Resource": "arn:aws:s3:::<YOUR_BUCKET_NAME>/*"
}
]
}Configure audit log streaming in GitHub
Confirm logs are arriving
Note your configuration details
Configure S3 and add the data connector in Radiant Security
Verify ingestion
Last updated
Was this helpful?