You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/reference/auditing.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Always `"INFO"`. Audit log entries are written unconditionally and are not subje
33
33
34
34
Always `"audit"`. Use this field to identify audit log entries in queries and alerts.
35
35
36
-
###### `message`
36
+
###### `msg`
37
37
38
38
Always `"audit_event"`.
39
39
@@ -135,7 +135,7 @@ Array of repository URLs the token allows access to. Only present on successful
135
135
136
136
###### `permissions`
137
137
138
-
Object containing GitHub token permissions assigned to the token. Only present on successful token issuance.
138
+
Array of strings describing the GitHub token permissions assigned to the token. Only present on successful token issuance.
139
139
140
140
###### `expiry`
141
141
@@ -145,7 +145,7 @@ The GitHub token expiry time as an [RFC-3339][rfc-3339] date-time string. Only p
145
145
146
146
The time the GitHub token will remain valid at the time of logging, in milliseconds. Only present on successful token issuance.
147
147
148
-
###### `hash`
148
+
###### `hashedToken`
149
149
150
150
SHA-256 hash of the issued token, base64-encoded (`base64(SHA-256(token))`). Only present on successful token issuance. Use this to correlate Chinmina audit events with [GitHub organisation audit log events][gh-audit-token] for the same token.
151
151
@@ -197,7 +197,7 @@ HTTP error responses return generic messages like "Forbidden" to avoid leaking p
0 commit comments