Use ActivityPub main key for HTTP signatures #40
No reviewers
Labels
No labels
activitypub
actor
admin
ai-safety
article
articles
atproto
bug
cli
configuration
content
dev-environment
docker
enhancement
feature
federation
fediverse
forgejo
garage
health
how-to
logging
markdown
mastodon
media
navigation
opengraph
passkeys
preview
priority:medium
production
release
rendering
s3
settings
setup
status:active
status:done
status:inprogress
technical
webauthn
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit.com!40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task-d213c262-use-main-key-signature"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
#main-keyinstead of#multikey-1Public key not found for key ...#multikey-1Verification
Task: task-d213c262
After release/deploy, update the actor avatar again and verify Mastodon no longer returns 401.
Review summary
Approved. Production logs show Mastodon rejects actor Update delivery signed with
#multikey-1(401 Unauthorized,Public key not found). Switching HTTP signatures back to the actor#main-keymatches the publicKey field Mastodon expects and should unblock delivery.Acceptance criteria coverage
https://.../users/{actor}#main-key.#multikey-1for delivery signatures.Verification
npm run typechecknpm test -- --run src/federation/__tests__/delivery.test.ts src/federation/__tests__/routes.test.tsnpm testnpm run buildFollow-up gate
After merge/release/deploy, update the actor avatar again and verify logs no longer show Mastodon
401 Unauthorizedfor#multikey-1; expected signature key is#main-keyand Mastodon should accept/apply the actor Update.Blocking issues
None.
Verdict
Approved.