-
Notifications
You must be signed in to change notification settings - Fork 2.2k
GetAuditLog response is not fully enriched #2534
Copy link
Copy link
Closed
Description
Many expected fields are omitted from the AuditEntry result of the GetAuditLog request.
For example here are 4 logs for different actions
actor: ""
action: "git.clone"
timestamp:
org: ""
transport_protocol_name: ""
repo: ""
actor: ""
action: "git.fetch"
timestamp:
org: ""
transport_protocol_name: ""
repo: ""
document_id: ""
actor: ""
action: "org.sso_response"
timestamp:
org: ""
document_id: ""
actor: ""
action: "pull_request_review_comment.update"
timestamp:
org: ""
These are very barebones and the AuditEntry has many fields we think are essential that are just not present. Does the request need an additional parameter to ensure we have more verbose logs?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels