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

Enable GitHub Integration audit log source modification #16617

Open
vikman90 opened this issue Apr 4, 2023 · 0 comments
Open

Enable GitHub Integration audit log source modification #16617

vikman90 opened this issue Apr 4, 2023 · 0 comments

Comments

@vikman90
Copy link
Member

vikman90 commented Apr 4, 2023

Component Install type
GitHub Integration Manager

Description

The GitHub integration uses by default the organization audit log API endpoint to get the data from GitHub:

GET /orgs/{org}/audit-log

But there are specific fields that are not pulled using this API, like actor_ip. This field can be obtained by using the enterprise audit log API endpoint:

GET /enterprises/{enterprise}/audit-log

The request is to enable the option to modify the API URL, to be able to pull data using any of those endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant