Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ If members of your enterprise access {% data variables.location.product_location
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
1. Under "Audit log", click **Settings**.
{% data reusables.audit_log.enable-ip-disclosure %}
1. Click **Save**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ After you enable the feature, you can access the audit log to view events that i

{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
1. Click **Source IP disclosure**.

![Screenshot of the "Audit log" page for an organization. A tab, labeled "Source IP disclosure," is outlined in dark orange.](/assets/images/help/organizations/audit-log-source-ip-disclosure-tab.png)
{% data reusables.audit_log.audit_log_sidebar_for_org_admins %}
{% data reusables.audit_log.enable-ip-disclosure %}
1. Click **Save**.
2 changes: 1 addition & 1 deletion data/reusables/audit_log/enable-ip-disclosure.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1. Under "Disclose actor IP addresses in audit logs", select **Enable source IP disclosure**.
1. On the **Settings** tab, under "Disclose actor IP addresses in audit logs", select **Enable source IP disclosure**.
2 changes: 1 addition & 1 deletion data/reusables/enterprise-accounts/audit-log-tab.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1. Under "{% octicon "gear" aria-hidden="true" %} Settings", click **Audit log**.
1. Under "Settings", click **{% octicon "log" aria-hidden="true" %} Audit log**.
5 changes: 5 additions & 0 deletions src/audit-logs/data/fpt/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,11 @@
"description": "An OAuth access token was regenerated.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.revoke",
"description": "An OAuth access token was revoked.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.update",
"description": "An OAuth access token was updated.",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,11 @@
"description": "An OAuth access token was regenerated.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.revoke",
"description": "An OAuth access token was revoked.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.update",
"description": "An OAuth access token was updated.",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghes-3.17/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,11 @@
"description": "An OAuth access token was regenerated.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.revoke",
"description": "An OAuth access token was revoked.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.update",
"description": "An OAuth access token was updated.",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghes-3.17/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,11 @@
"description": "An OAuth access token was regenerated.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.revoke",
"description": "An OAuth access token was revoked.",
"docs_reference_links": "N/A"
},
{
"action": "oauth_access.update",
"description": "An OAuth access token was updated.",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "93fbf4422a5f29f4ea8ac36ec14edcae99da2e1e"
"sha": "4ed474dae7b3144e0ff51d1831cef1d556e9e980"
}
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "1827b0fbaf32b97302aa43ab28d04497d9990970"
"sha": "87477e51bc28423c080137f93c1d646251157b74"
}
4 changes: 4 additions & 0 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -162536,6 +162536,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down Expand Up @@ -163891,6 +163892,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down Expand Up @@ -165246,6 +165248,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down Expand Up @@ -166662,6 +166665,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down
4 changes: 4 additions & 0 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -173607,6 +173607,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down Expand Up @@ -174962,6 +174963,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down Expand Up @@ -176317,6 +176319,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down Expand Up @@ -177733,6 +177736,7 @@
"javascript",
"python",
"ruby",
"rust",
"swift"
]
},
Expand Down
Loading