Encrypt Security activity journal at rest #1119

Merged
rockachopa merged 3 commits from timmy/1118-encrypt-security-activity into main 2026-08-19 07:49:14 +00:00
Member

Summary

  • seal Security activity kind, method, device label, and target with the shared private-state AES-GCM cipher bound to immutable event IDs
  • atomically migrate legacy plaintext journals while preserving IDs, ordering, pagination, retention, and pending operation semantics
  • fail closed on missing/wrong keys or tampered ciphertext and document the deployment contract

Verification

  • RED observed for encrypted-at-rest, legacy migration, wrong-key/tamper, and missing-key behavioral tests
  • focused Security activity suites: 31 passed
  • full suite: 2127 passed, 8 skipped

Closes #1118

## Summary - seal Security activity kind, method, device label, and target with the shared private-state AES-GCM cipher bound to immutable event IDs - atomically migrate legacy plaintext journals while preserving IDs, ordering, pagination, retention, and pending operation semantics - fail closed on missing/wrong keys or tampered ciphertext and document the deployment contract ## Verification - RED observed for encrypted-at-rest, legacy migration, wrong-key/tamper, and missing-key behavioral tests - focused Security activity suites: 31 passed - full suite: 2127 passed, 8 skipped Closes #1118
rockachopa added 1 commit 2026-08-19 07:26:19 +00:00
security: encrypt Security activity journal (Closes #1118)
Some checks failed
CI / lint (pull_request) Successful in 2m39s
CI / build-release (pull_request) Successful in 7s
CI / browser-journey (pull_request) Failing after 3m7s
CI / release-candidate (pull_request) Has been skipped
7f2681c1c6
rockachopa added 2 commits 2026-08-19 07:42:48 +00:00
test: model admitted blocker receipt deterministically
All checks were successful
CI / lint (pull_request) Successful in 2m38s
CI / build-release (pull_request) Successful in 6s
CI / browser-journey (pull_request) Successful in 2m56s
CI / release-candidate (pull_request) Has been skipped
f09c922c46
rockachopa merged commit 1047f3ecdc into main 2026-08-19 07:49:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#1119
No description provided.