feat: wire-in key id on registration and key rotation flows - #8164
feat: wire-in key id on registration and key rotation flows#8164quexten wants to merge 1 commit into
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR wires the user-key id through V2 registration finish, Code Review DetailsNo blocking findings.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8164 +/- ##
===========================================
+ Coverage 15.10% 67.53% +52.42%
===========================================
Files 1417 2317 +900
Lines 61422 100561 +39139
Branches 4901 9051 +4150
===========================================
+ Hits 9279 67911 +58632
+ Misses 51978 30358 -21620
- Partials 165 2292 +2127 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Wire in the different Key-Id flows to write the key id. A new endpoint is added for backfilling the key id, and the v2 registration flows gain the key id as an optional property, that is set if presented. Further, the key rotation endpoints gain it as an optional property.