client method calls the mentioned Identity service RPC. we return the keys specific to the device ID provided.
The error handling can be further improved later. For now I'm just returning Generic errors and logging appropriately.
Paths
| Differential D8930 Authored by varun on Aug 23 2023, 8:33 AM.
Details Summary client method calls the mentioned Identity service RPC. we return the keys specific to the device ID provided. The error handling can be further improved later. For now I'm just returning Generic errors and logging appropriately. Test Plan
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptAug 23 2023, 8:33 AM2023-08-23 08:33:50 (UTC-7) Harbormaster completed remote builds in B22046: Diff 30262.Aug 23 2023, 8:57 AM2023-08-23 08:57:50 (UTC-7) Harbormaster completed remote builds in B22045: Diff 30261.Aug 23 2023, 8:58 AM2023-08-23 08:58:17 (UTC-7) This revision is now accepted and ready to land.Aug 23 2023, 12:27 PM2023-08-23 12:27:17 (UTC-7)
Closed by commit rCOMMb82d22a09a85: [rust-node-addon] add client method to call getInboundKeysForUser (authored by varun). · Explain WhyAug 30 2023, 12:04 PM2023-08-30 12:04:14 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30600 keyserver/addons/rust-node-addon/rust-binding-types.js
keyserver/addons/rust-node-addon/src/identity_client/get_inbound_keys_for_user.rs
keyserver/addons/rust-node-addon/src/identity_client/mod.rs
|
Do we really want to make this change in production? Should we consider gating it on isStaffRelease?