Part of ENG-10519.
We want to call generateBackupDataKey() and generateBackupLogDataKey() from Rust, but we don't want to update CommSecureStore values there.
Details
Details
- Reviewers
kamil - Commits
- rCOMMd853ccb7d92e: [native] Pass generateBackupDataKey to Rust
Native builds, tested in later diffs
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| native/cpp/CommonCpp/DatabaseManagers/DatabaseManager.cpp | ||
|---|---|---|
| 169–176 ↗ | (On Diff #48387) | My refactor idea for this is as follows:
The same for logs key |
| native/native_rust_library/src/lib.rs | ||
| 582 ↗ | (On Diff #48387) | Fix clippy warning |
| native/cpp/CommonCpp/DatabaseManagers/DatabaseManager.cpp | ||
|---|---|---|
| 169–176 ↗ | (On Diff #48387) | Agree with this |