Page MenuHomePhabricator

[identity] Add function to delete all user devices data
ClosedPublic

Authored by bartek on Dec 8 2023, 4:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 28, 5:30 AM
Unknown Object (File)
Fri, Sep 27, 10:13 PM
Unknown Object (File)
Wed, Sep 11, 11:23 AM
Unknown Object (File)
Tue, Sep 10, 1:18 AM
Unknown Object (File)
Mon, Sep 9, 6:31 PM
Unknown Object (File)
Tue, Sep 3, 10:17 PM
Unknown Object (File)
Tue, Sep 3, 3:41 AM
Unknown Object (File)
Aug 28 2024, 2:50 AM
Subscribers

Details

Summary

Resolves ENG-5120.

Depends on D10221

Test Plan

Called DeleteUser RPC and verified with awslocal dynamodb scan that no rows were left in the identity-devices table with given userID.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Dec 8 2023, 5:12 AM
bartek added inline comments.
services/identity/src/database/device_list.rs
455–457

leftover

Move function into impl DatabaseClient

varun added inline comments.
services/identity/src/database.rs
725 ↗(On Diff #34507)

should we use the same format as on line 722?

This revision is now accepted and ready to land.Dec 13 2023, 6:10 PM