Introduces a DynamoDB client and implements a method to fetch PAKE registration data from a DDB table.
Depends on D3852
Paths
| Differential D3853 Authored by varun on Apr 25 2022, 9:11 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: • abosh, atul, • adrian, ashoat. · View Herald TranscriptApr 25 2022, 9:11 PM2022-04-25 21:11:44 (UTC-7) varun edited parent revisions, added: D3852: [Identity] Add tracing to the Identity service; removed: D3573: [draft][services][identity] Initial .proto file for identity service.Apr 25 2022, 9:12 PM2022-04-25 21:12:48 (UTC-7) Harbormaster completed remote builds in B8542: Diff 11904.Apr 25 2022, 9:16 PM2022-04-25 21:16:27 (UTC-7)
Comment Actions Shouldn't @jimpo be a blocker reviewer for every identity diff since he was pointed out as one of two devs in the team who knows rust well (next to @varun)? Comment Actions This diff is rather big - is there a way to split it somehow? It also looks like the diff does at least two things: we also add some instrumentation, which probably can stand on its own (correct me if I'm wrong). @karol-bisztyga you can request changes even if it's just for the clarification. Also, when you think someone should be a blocking reviewer, you should add them. This revision now requires changes to proceed.Apr 26 2022, 11:15 AM2022-04-26 11:15:10 (UTC-7) Comment Actions
Yeah, the tracing instrumentation should be in its own diff. I'm moving the get_pake_registration method to a separate diff. cargo emits warnings if code is unused, so I was trying to avoid that, but it's not a big deal.
Harbormaster completed remote builds in B8784: Diff 12231.May 4 2022, 11:09 AM2022-05-04 11:09:08 (UTC-7) varun added a child revision: D3920: [Identity] Set max width to 80 characters.May 4 2022, 11:32 AM2022-05-04 11:32:05 (UTC-7) • jim added inline comments. This revision now requires changes to proceed.May 5 2022, 8:30 AM2022-05-05 08:30:52 (UTC-7) Harbormaster completed remote builds in B8822: Diff 12290.May 5 2022, 8:59 AM2022-05-05 08:59:50 (UTC-7) This revision is now accepted and ready to land.May 9 2022, 9:27 AM2022-05-09 09:27:47 (UTC-7) Closed by commit rCOMM1c4aae4bdd89: [Identity] Add a database client (authored by varun). · Explain WhyMay 10 2022, 12:18 PM2022-05-10 12:18:12 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 12290 services/identity/Cargo.lock
services/identity/Cargo.toml
services/identity/src/database.rs
services/identity/src/main.rs
|