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: README.org
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,15 @@ favour =repository_ids= (GitHub repository IDs are immutable) instead of
354
354
=repositories= (GitHub repository names are mutable).
355
355
#+end_quote
356
356
357
+
#+begin_quote
358
+
NOTE: All token responses (including those from permission sets) include
359
+
=hashed_token=, a base64-encoded SHA-256 hash of the returned token that matches
360
+
GitHub's [[https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/identifying-audit-log-events-performed-by-an-access-token#token-data-in-audit-log-events][audit log]] =hashed_token= field. This value is safe to log and enables
361
+
correlation between Vault-issued tokens and GitHub audit events by searching for
362
+
=hashed_token:"VALUE"=. You can verify the hash yourself with:
0 commit comments