Integrate identity service's delete_user functionality
with Keyserver.
Part of https://linear.app/comm/issue/ENG-2764
Part of https://linear.app/comm/issue/ENG-2748
Depends on D6789
Paths
| Differential D6790 Authored by • jon on Feb 20 2023, 1:58 PM.
Details Summary Integrate identity service's delete_user functionality Part of https://linear.app/comm/issue/ENG-2764 Depends on D6789 Test Plan nix develop comm-dev services start # start localstack # Configure "aws" resources on localstack (cd services/terraform && ./run.sh) # start identity service and run mobile workflow (cd services/identity && cargo run -- server &) (cd keyserver && yarn dev &) (cd native && yarn dev &) (User exists in MySQL but not dynamodb use case)
(User exist in both MySQL and dynamodb)
Diff Detail
Event TimelineHerald added subscribers: atul, tomek. · View Herald TranscriptFeb 20 2023, 1:58 PM2023-02-20 13:58:53 (UTC-8) Harbormaster completed remote builds in B16644: Diff 22755.Feb 20 2023, 2:13 PM2023-02-20 14:13:44 (UTC-8) This revision is now accepted and ready to land.Feb 21 2023, 10:21 AM2023-02-21 10:21:36 (UTC-8) Harbormaster completed remote builds in B16730: Diff 22885.Feb 21 2023, 11:21 AM2023-02-21 11:21:14 (UTC-8) Harbormaster completed remote builds in B16734: Diff 22891.Feb 21 2023, 12:11 PM2023-02-21 12:11:47 (UTC-8) Harbormaster completed remote builds in B16739: Diff 22896.Feb 21 2023, 1:52 PM2023-02-21 13:52:49 (UTC-8) Closed by commit rCOMMd33e4c4fba27: [Keyserver/rust-addon] Call identity deleteUser on account deletion (authored by • jon). · Explain WhyFeb 22 2023, 4:36 PM2023-02-22 16:36:46 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 22755 keyserver/addons/rust-node-addon/index.js
keyserver/addons/rust-node-addon/src/delete_user.rs
keyserver/addons/rust-node-addon/src/lib.rs
keyserver/src/deleters/account-deleters.js
|