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
Differential D6790
[Keyserver/rust-addon] Call identity deleteUser on account deletion • jon on Feb 20 2023, 1:58 PM. Authored by Tags None Referenced Files
Details Integrate identity service's delete_user functionality Part of https://linear.app/comm/issue/ENG-2764 Depends on D6789 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 TimelineComment Actions Just a comment on the JS – won't request changes so that it stays on @varun's queue for the Rust side
|