Page MenuHomePhabricator

[identity] identity service changes corresponding to proto updates
AbandonedPublic

Authored by varun on Jan 18 2024, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 4 2024, 6:34 PM
Unknown Object (File)
Mar 6 2024, 7:14 PM
Unknown Object (File)
Mar 6 2024, 7:13 PM
Unknown Object (File)
Mar 6 2024, 5:09 PM
Unknown Object (File)
Feb 4 2024, 6:10 AM
Unknown Object (File)
Jan 30 2024, 11:21 PM
Unknown Object (File)
Jan 25 2024, 9:12 PM
Unknown Object (File)
Jan 25 2024, 6:32 PM
Subscribers

Details

Reviewers
bartek
Summary

The identity service changes for the proto changes in D10657.
This will fail the CI because I haven't made any client changes in this diff, but I hit an issue with the grpc-web codegen, so kind of forced to split this up.
I'll make sure the last diff in this stack passes the CI before landing any of these changes.

Depends on D10657

Test Plan

called the update and delete RPCs from native_rust_library and confirmed that I could change the password successfully and delete an account

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

varun published this revision for review.Jan 18 2024, 10:06 PM

I need to separate this out into two diffs. One for UpdateUserPassword changes and another for DeletePasswordUser/DeleteWalletUser