Verify your Actor¶
Result table¶
Result table
{
"alice": {
"get_actor": true,
"post_inbox": false
},
"bob": {
"get_actor": true,
"post_inbox": true
},
"claire": {
"get_actor": true,
"post_inbox": true
},
"dean": {
"get_actor": true,
"post_inbox": false
},
"emily": {
"get_actor": true,
"post_inbox": false
},
"frank": {
"get_actor": true,
"post_inbox": false
},
"webfinger": true
}
Messages¶
Messages
{
"steps": [
"Got Actor Uri http://mitra/users/admin",
"Can fetch actor from http://mitra/users/admin",
"Running verification for alice",
"Got inbox http://mitra/users/admin/inbox",
"Got 400 for unsigned POST",
"Running verification for bob",
"Got inbox http://mitra/users/admin/inbox",
"Successfully posted to inbox with result",
202,
"",
"Running verification for claire",
"Got inbox http://mitra/users/admin/inbox",
"Successfully posted to inbox with result",
202,
"",
"Running verification for dean",
"Got inbox http://mitra/users/admin/inbox",
"Got 400 for unsigned POST",
"Running verification for emily",
"Got inbox http://mitra/users/admin/inbox",
"Failed to post to inbox",
"ClientResponseError(RequestInfo(url=URL('http://mitra/users/admin/inbox'), method='POST', headers=<CIMultiDictProxy('host': 'mitra', 'user-agent': 'bovine/0.5.8', 'date': 'Wed, 06 Mar 2024 18:10:45 GMT', 'digest': 'sha-256=IjpqCu67VUCpwjnXXIyjaTHIYaDIDojVThf8fxgEaao=', 'content-type': 'application/activity+json', 'signature': 'keyId=\"http://pasture_verify_actor/emily#main\",algorithm=\"rsa-sha256\",headers=\"(request-target) host date digest content-type\",signature=\"Dpwja5w6wbe03/pgIrRT8hOKc7Ns1rwJAiRMGx0j2DEzc6VPRPdne80MKvR3Nm/z+RhF7oRb4YgJ3bfTpYI9TYLUMOTDsjkpnhdY9o/uQxqaXISr6Vdtj3g16JC8XIoGaZUdtPLY5JxG9IIVAgOi+6HF+gctVpqh8CBk9Ui39hgXdiaRujs8+qUD5IcUFHNUtdc5fIagML+HFuUREsHjxOoxYhsxFtUoe4AfccHtTUleZhLmDuTaUoJVgLDdTPJO57bqQ/JfelPH16ebZD0/oTDJlylFL+hfz5NJ54UY2HaBpet0Zpabf8mpfJ2ur7BIP4GsZqgjcILOJvYM3xIxXQ==\"', 'Accept': '*/*', 'Accept-Encoding': 'gzip, deflate', 'Content-Length': '216')>, real_url=URL('http://mitra/users/admin/inbox')), (), status=401, message='Unauthorized', headers=<CIMultiDictProxy('Content-Length': '31', 'Content-Type': 'application/json', 'Access-Control-Expose-Headers': 'content-type', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers', 'content-security-policy': \"base-uri 'self'; connect-src 'self'; default-src 'none'; frame-ancestors 'none'; img-src 'self' data:; manifest-src 'self'; media-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self'\", 'x-content-type-options': 'nosniff', 'Date': 'Wed, 06 Mar 2024 18:10:45 GMT')>)",
"Running verification for frank",
"Got inbox http://mitra/users/admin/inbox",
"Failed to post to inbox",
"ClientResponseError(RequestInfo(url=URL('http://mitra/users/admin/inbox'), method='POST', headers=<CIMultiDictProxy('host': 'mitra', 'user-agent': 'bovine/0.5.8', 'date': 'Wed, 06 Mar 2024 18:10:45 GMT', 'digest': 'sha-256=h6SmEgcHOkkhpuY6FZZR6rz4dj8URg+u6ZPgPEcBa7U=', 'content-type': 'application/activity+json', 'signature': 'keyId=\"http://pasture_verify_actor/frank#main\",algorithm=\"rsa-sha256\",headers=\"(request-target) host date digest content-type\",signature=\"BE3mwQqbqPW1CMwo9hdYFCwGdrvCmerjKVGzqMtPbqv1RsPY4FtRCbkIShgrFr4KhL+4ya9iDIfpYjKAEYhW1gaenY8Pwe7Z3T6gQAzs4ZGeYy/VO8DH73Cn/aHyvDIFzp1vqcoP8qRQg/PbCxnIiyTh4Zm83D8TARszLItsk+/lzilw9sGVJ3PB4F/VXZH9ngNf8P9MAb/zZPuLTSo1+IivA/Cx5vOW6WQWeHjqr5wlf0NfPTg2Qaqw4QuKOYWKB8Brrb7BpI2d4IPHOA4ZmDynjB3Sl5+y9KVWc9TOsx1oqlQVrjHQD8jEZbYjIMsAep1rzA+I2oVb2HdHVtSfvg==\"', 'Accept': '*/*', 'Accept-Encoding': 'gzip, deflate', 'Content-Length': '216')>, real_url=URL('http://mitra/users/admin/inbox')), (), status=401, message='Unauthorized', headers=<CIMultiDictProxy('Content-Length': '31', 'Content-Type': 'application/json', 'Access-Control-Expose-Headers': 'content-type', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers', 'content-security-policy': \"base-uri 'self'; connect-src 'self'; default-src 'none'; frame-ancestors 'none'; img-src 'self' data:; manifest-src 'self'; media-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self'\", 'x-content-type-options': 'nosniff', 'Date': 'Wed, 06 Mar 2024 18:10:45 GMT')>)",
"Got preferredUsername admin",
"computed acct uri acct:admin@mitra",
"Retrieved id http://mitra/users/admin using webfinger",
"webfinger result matches expectations"
]
}