- 21 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
GitHub Enterprise Cloud Audit
- Updated on 21 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
GitHub Enterprise helps businesses of all sizes manage their software development and delivery. It increases productivity, automates processes, and keeps code secure. For detailed information, please refer to the GitHub Enterprise’s official documentation.
Integration Method: API
Tables: API Activity (6003)
This integration supports the following events.
Event | Description |
---|---|
Audit Logs | Returns a list of audit logs. |
This integration supports the following versions.
GitHub Enterprise platform Version | 3.15.3 |
GitHub Enterprise API Version | 2022-11-28 |
Prerequisites
The user should have access to the GitHub Enterprise platform with admin privileges.
The user should have access to DataBee console.
Configuration Overview
Generate Personal Access Token (Classic) from GitHub Enterprise platform to access the APIs with Enterprise Admin account.
Add the GitHub Enterprise Cloud Audit data feed in the DataBee console with the below parameters
DataBee Parameter
GitHub Enterprise Cloud Audit Parameter
Token
Personal Access Token (Classic)
Enterprise Name
Enterprise Name
GitHub Enterprise Cloud Audit Configuration
Generate Personal Access Token (Classic)
Sign in to the GitHub Enterprise platform.
Navigate to your profile on the top right corner.
Click on Settings.
In the left sidebar, click Developer settings.
In the left sidebar, under Personal access tokens, click Tokens (classic).
Select Generate new token, then click Generate new token (classic).
Enter the following details to generate a new Personal Access Token (Classic).
Note: give your token a descriptive name.
Expiration: select No expiration.
Select Scopes: add read:audit_log.
Click on Generate token.
Now Copy the generated Personal Access Token (Classic) and save it at a safe location for later use.
Note:
Store the generated Personal Access Token in a secure location, as it will be visible only once.
Get Enterprise Name
Navigate to your profile on the top right corner.
Click on Your enterprises.
From the list of enterprises, copy the name of the enterprise relevant for the DataBee integration.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for the GitHub Enterprise Cloud Audit and click it as shown below.
Click on the API Ingest option for collection method.
Enter feed contact information and click Next.
In the configuration page, confirm the following:
Authorization Method: Bearer Token
API Base URL: this is the base URL that DataBee will interact with.
Token: enter the above generated Personal Access Token (Classic).
Enterprise Name: enter Enterprise Name generated in previous steps.
Event Types: preselected for all the event types that integration pulls.
Click Submit.
Troubleshooting Tips
Ensure Personal Access Token (Classic) pasted correctly. If a Personal Access Token is lost, navigate and try to regenerate the token. Ensure no spaces or unexpected characters are included and reconfigure the DataBee feed.
Ensure read:audit_log permission is provided as Scope while generating Personal Access Token (Classic).