Moved UpdateUserPassword RPC to the authenticated proto.
Depends on D9929
Paths
| Differential D9930 Authored by bartek on Nov 20 2023, 4:20 AM.
Details
Summary Moved UpdateUserPassword RPC to the authenticated proto. Depends on D9929 Test Plan Registered with Identity Service, was able to log in. Hardcoded call to update_user_password() in native client and verified that password was updated by performning login again.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptNov 20 2023, 4:20 AM2023-11-20 04:20:19 (UTC-8) bartek added a child revision: D9931: [identity] Move Logout and DeleteUser RPCs.Nov 20 2023, 4:23 AM2023-11-20 04:23:04 (UTC-8) Harbormaster completed remote builds in B24270: Diff 33408.Nov 20 2023, 5:01 AM2023-11-20 05:01:00 (UTC-8) This revision is now accepted and ready to land.Nov 20 2023, 11:38 AM2023-11-20 11:38:10 (UTC-8) This revision now requires changes to proceed.Nov 27 2023, 10:25 AM2023-11-27 10:25:32 (UTC-8) Comment Actions
I created D10064 to update them all at once This revision is now accepted and ready to land.Nov 29 2023, 6:09 AM2023-11-29 06:09:59 (UTC-8) Closed by commit rCOMM717a10d3297b: [identity] Move UpdateUserPassword RPCs (authored by bartek). · Explain WhyDec 4 2023, 2:43 AM2023-12-04 02:43:07 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 33408 native/native_rust_library/src/lib.rs
services/identity/src/client_service.rs
services/identity/src/grpc_services/authenticated.rs
services/identity/src/main.rs
shared/protos/identity_authenticated.proto
|