fix(vault): skip key id validation for organization - #8219
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the change that skips the Code Review DetailsNo findings. Notes considered and dismissed during validation:
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #8219 +/- ##
==========================================
- Coverage 68.56% 63.28% -5.29%
==========================================
Files 2381 2381
Lines 103902 103906 +4
Branches 9405 9406 +1
==========================================
- Hits 71245 65754 -5491
- Misses 30310 35903 +5593
+ Partials 2347 2249 -98 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
https://bitwarden.atlassian.net/browse/PM-40814
Accidentally, we check the user-key-id for all cipher updates including organization cipher updates. We have follow-up work to post and check the organization key id, but this is not currently the case. We should ignore it, otherwise cipher updates will fail.