Encrypt authored-action idempotency ledger at rest #1123
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#1123
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/1122-encrypt-idempotency-ledger"
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?
Closes #1122
Encrypts authored-action request fingerprints and completed Gitea responses with AES-256-GCM envelopes authenticated to the operation key and field purpose. Legacy plaintext rows migrate atomically on first use; wrong keys and ciphertext substitution fail closed.
Tests:
pytest -q tests/test_idempotency_ledger.py tests/test_authored_idempotency.py(18 passed)pytest tests/ -q(2137 passed, 8 skipped)