feat: add decryption key to identity creation#18
feat: add decryption key to identity creation#18thepastaclaw wants to merge 1 commit intoPastaPastaPasta:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (5)
📝 WalkthroughWalkthroughThis PR adds support for a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
04905eb to
ff2576e
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
ff2576e to
d651256
Compare
Summary
Create identities with a default DECRYPTION key alongside the existing
ENCRYPTION key.
This also tightens the create/manage UI state handling so ENCRYPTION and
DECRYPTION keys cannot retain invalid security levels when edited.
Changes
DECRYPTIONkey to both default identity key-generation pathsKeyPurposetyping and UI purpose options to includeDECRYPTIONMEDIUMsecurity level in create/managestate transitions
security-level coercion
Validation
npx vitest runnpm run buildcode-review PastaPastaPasta/dash-bridge origin/main \ tracker-946-auto-decryption-key ...shipSummary by CodeRabbit
New Features
Updates