Implement upload one time keys endpoint and demonstrate with
integration test
https://linear.app/comm/issue/ENG-3943
Depends on D8126
Paths
| Differential D8127 Authored by • jon on Jun 6 2023, 10:41 AM.
Details Summary Implement upload one time keys endpoint and demonstrate with https://linear.app/comm/issue/ENG-3943 Depends on D8126 Test Plan
cd services/commtest && cargo test --test identity_access_tokens_tests awslocal dynamodb scan --table-name identity-users # should show one user having the new one-time keys
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptJun 6 2023, 10:41 AM2023-06-06 10:41:49 (UTC-7) • jon edited the test plan for this revision. (Show Details)Jun 6 2023, 10:57 AM2023-06-06 10:57:23 (UTC-7) Harbormaster completed remote builds in B20066: Diff 27496.Jun 6 2023, 10:58 AM2023-06-06 10:58:38 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Jun 6 2023, 11:19 AM2023-06-06 11:19:01 (UTC-7) Harbormaster completed remote builds in B20067: Diff 27497.Jun 6 2023, 11:42 AM2023-06-06 11:42:55 (UTC-7) This revision is now accepted and ready to land.Jun 8 2023, 7:06 AM2023-06-08 07:06:17 (UTC-7) Harbormaster completed remote builds in B20124: Diff 27571.Jun 8 2023, 5:33 PM2023-06-08 17:33:05 (UTC-7)
Closed by commit rCOMM1a8763370094: [Identity] Implement upload one time keys endpoint (authored by • jon). · Explain WhyJun 11 2023, 8:04 PM2023-06-11 20:04:06 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27632 services/commtest/tests/identity_access_tokens_tests.rs
services/identity/src/client_service.rs
services/identity/src/database.rs
|