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
verification failed (`noSignature`, `invalidSignature`, or
227
+
`keyFetchError`)
228
+
-`http_signatures.key_fetch_status` (optional): The HTTP status code when
229
+
fetching the signing key failed with an HTTP response
230
+
-`http_signatures.key_fetch_error` (optional): The error type when fetching
231
+
the signing key failed without an HTTP response
225
232
226
233
**`activitypub.activity.sent` event attributes:**
227
234
@@ -279,6 +286,10 @@ for ActivityPub:
279
286
|`http_signatures.signature`| string | The signature of the HTTP request in hexadecimal. |`"73a74c990beabe6e59cc68f9c6db7811b59cbb22fd12dcffb3565b651540efe9"`|
280
287
|`http_signatures.algorithm`| string | The algorithm of the HTTP request signature. |`"rsa-sha256"`|
281
288
|`http_signatures.key_id`| string | The public key ID of the HTTP request signature. |`"https://example.com/actor/1#main-key"`|
289
+
|`http_signatures.verified`| boolean | Whether the HTTP request signature was verified successfully. |`false`|
|`http_signatures.key_fetch_status`| int | The HTTP status code from a failed signing-key fetch, when available. |`410`|
292
+
|`http_signatures.key_fetch_error`| string | The error type from a non-HTTP signing-key fetch failure, when available. |`"TypeError"`|
282
293
|`http_signatures.digest.{algorithm}`| string | The digest of the HTTP request body in hexadecimal. The `{algorithm}` is the digest algorithm (e.g., `sha`, `sha-256`). |`"d41d8cd98f00b204e9800998ecf8427e"`|
283
294
|`ld_signatures.key_id`| string | The public key ID of the Linked Data signature. |`"https://example.com/actor/1#main-key"`|
284
295
|`ld_signatures.signature`| string | The signature of the Linked Data in hexadecimal. |`"73a74c990beabe6e59cc68f9c6db7811b59cbb22fd12dcffb3565b651540efe9"`|
@@ -534,6 +545,12 @@ Each `TraceActivityRecord` contains:
534
545
-`httpSignaturesVerified`: Whether HTTP Signatures were verified
535
546
-`httpSignaturesKeyId` (optional): The key ID used for HTTP signature
0 commit comments