Skip to content

Commit 3ebc5ea

Browse files
docs-botmchammer01
andauthored
Update audit log event data (#55477)
Co-authored-by: mc <[email protected]>
1 parent 0bbb013 commit 3ebc5ea

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

src/audit-logs/data/ghes-3.17/enterprise.json

+40
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,16 @@
11091109
"description": "Repositories were removed from a GitHub App.",
11101110
"docs_reference_links": "/apps/using-github-apps/reviewing-and-modifying-installed-github-apps#modifying-repository-access"
11111111
},
1112+
{
1113+
"action": "integration_installation_request.close",
1114+
"description": "A request to install a GitHub App was either approved or denied by an owner, or canceled by the member who opened the request.",
1115+
"docs_reference_links": "/apps/using-github-apps/requesting-a-github-app-from-your-organization-owner"
1116+
},
1117+
{
1118+
"action": "integration_installation_request.create",
1119+
"description": "A member requested that an owner install a GitHub App.",
1120+
"docs_reference_links": "/apps/using-github-apps/requesting-a-github-app-from-your-organization-owner"
1121+
},
11121122
{
11131123
"action": "integration_installation.suspend",
11141124
"description": "A GitHub App was suspended.",
@@ -2034,11 +2044,41 @@
20342044
"description": "A fine-grained personal access token was granted access to resources.",
20352045
"docs_reference_links": "/organizations/managing-programmatic-access-to-your-organization/managing-requests-for-personal-access-tokens-in-your-organization"
20362046
},
2047+
{
2048+
"action": "personal_access_token.access_restriction_disabled",
2049+
"description": "The configured restriction for access to resources via personal access tokens was disabled.",
2050+
"docs_reference_links": "N/A"
2051+
},
2052+
{
2053+
"action": "personal_access_token.access_restriction_enabled",
2054+
"description": "The configured restriction for access to resources via personal access tokens was enabled.",
2055+
"docs_reference_links": "N/A"
2056+
},
2057+
{
2058+
"action": "personal_access_token.access_restriction_reset",
2059+
"description": "The configured restriction for access to resources via personal access tokens was reset and delegated to organizations.",
2060+
"docs_reference_links": "N/A"
2061+
},
20372062
{
20382063
"action": "personal_access_token.access_revoked",
20392064
"description": "A fine-grained personal access token was revoked. The token can still read public organization resources.",
20402065
"docs_reference_links": "/organizations/managing-programmatic-access-to-your-organization/reviewing-and-revoking-personal-access-tokens-in-your-organization"
20412066
},
2067+
{
2068+
"action": "personal_access_token.auto_approve_grant_requests_disabled",
2069+
"description": "Triggered when fine-grained personal access tokens can access organization resources without prior approval.",
2070+
"docs_reference_links": "N/A"
2071+
},
2072+
{
2073+
"action": "personal_access_token.auto_approve_grant_requests_enabled",
2074+
"description": "Triggered when the organization must approve fine-grained personal access tokens before the tokens can access organization resources.",
2075+
"docs_reference_links": "N/A"
2076+
},
2077+
{
2078+
"action": "personal_access_token.auto_approve_grant_requests_reset",
2079+
"description": "Triggered when the enterprise delegates to the organizations when to require approval for fine-grained personal access tokens before the tokens can access organization resources.",
2080+
"docs_reference_links": "N/A"
2081+
},
20422082
{
20432083
"action": "personal_access_token.create",
20442084
"description": "Triggered when you create a fine-grained personal access token.",

src/audit-logs/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "4c383d40f155ce577a0b3698089811aa95dbebe4"
6+
"sha": "961356f4c2523591e15b4f0cae039ee834edfb70"
77
}

0 commit comments

Comments
 (0)