Allow for the rust node addon to upload keys to identity
service.
https://linear.app/comm/issue/ENG-4601
Depends on D8749
Paths
| Differential D8750 Authored by kamil on Aug 7 2023, 8:03 AM.
Details Summary Allow for the rust node addon to upload keys to identity https://linear.app/comm/issue/ENG-4601 Depends on D8749 Test Plan Tested end-to-end in later diff cd keyserver/addons/rust-node-addon yarn build
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptAug 7 2023, 8:03 AM2023-08-07 08:03:01 (UTC-7) Harbormaster completed remote builds in B21565: Diff 29586.Aug 7 2023, 8:20 AM2023-08-07 08:20:50 (UTC-7) • jon added a child revision: D8751: [Keyserver] Refactor getOneTimeKeyValues.Aug 7 2023, 8:21 AM2023-08-07 08:21:12 (UTC-7) • jon removed a parent revision: D8749: [Identity/Tunnelbroker] Add integration tests.Aug 8 2023, 8:54 AM2023-08-08 08:54:03 (UTC-7) This revision is now accepted and ready to land.Aug 8 2023, 10:04 AM2023-08-08 10:04:24 (UTC-7)
kamil removed a parent revision: D8749: [Identity/Tunnelbroker] Add integration tests.Sep 8 2023, 7:29 AM2023-09-08 07:29:21 (UTC-7) Harbormaster completed remote builds in B22449: Diff 30866.Sep 8 2023, 7:46 AM2023-09-08 07:46:53 (UTC-7) Harbormaster failed remote builds in B22519: Diff 30956!Sep 12 2023, 3:32 AM2023-09-12 03:32:47 (UTC-7) Harbormaster completed remote builds in B22580: Diff 31033.Sep 13 2023, 6:16 AM2023-09-13 06:16:01 (UTC-7) Closed by commit rCOMMd1359c5f69df: [Keyserver/rust] Implement upload_one_time_keys to identity service (authored by • jon, committed by kamil). · Explain WhySep 13 2023, 6:43 AM2023-09-13 06:43:30 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31033 keyserver/addons/rust-node-addon/rust-binding-types.js
keyserver/addons/rust-node-addon/src/identity_client/mod.rs
keyserver/addons/rust-node-addon/src/identity_client/upload_one_time_keys.rs
|
How is application going to function if this error occurs? In most places we the runtime error to kill the app if database operation fails since application is not going to work correctly. I just want to know whether it is also the case here.