- Add a
local_actor_keys table keyed by (actor_id, type) holding RSASSA-PKCS1-v1_5 and Ed25519 pairs as JWK, with a migration.
- Generate both pairs in
generateActors in the same transaction.
- Register
setKeyPairsDispatcher() so actors expose publicKey/assertionMethod and outbound requests can be signed.
- Cover the dispatcher in
federation.test.ts.
Tracks the key pairs FIXME after mapHandle() in packages/graphql/src/federation.ts.
AI disclosure
The user asked Claude Code (claude-fable-5-1) to survey every FIXME comment in the codebase and draft an issue for each. The user read and edited the drafts, then directed Claude Code to file them through the GitHub CLI.
local_actor_keystable keyed by(actor_id, type)holding RSASSA-PKCS1-v1_5 and Ed25519 pairs as JWK, with a migration.generateActorsin the same transaction.setKeyPairsDispatcher()so actors exposepublicKey/assertionMethodand outbound requests can be signed.federation.test.ts.Tracks the key pairs
FIXMEaftermapHandle()in packages/graphql/src/federation.ts.AI disclosure
The user asked Claude Code (claude-fable-5-1) to survey every
FIXMEcomment in the codebase and draft an issue for each. The user read and edited the drafts, then directed Claude Code to file them through the GitHub CLI.