Page MenuHomePhabricator

[Keyserver] Refactor getOneTimeKeyValues
ClosedPublic

Authored by kamil on Aug 7 2023, 8:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 6:15 PM
Unknown Object (File)
Thu, Apr 25, 4:12 PM
Unknown Object (File)
Tue, Apr 16, 10:41 PM
Unknown Object (File)
Tue, Apr 16, 7:50 AM
Unknown Object (File)
Tue, Apr 16, 7:39 AM
Unknown Object (File)
Mon, Apr 15, 4:05 PM
Unknown Object (File)
Mon, Apr 15, 3:35 AM
Unknown Object (File)
Mon, Apr 15, 1:05 AM
Subscribers

Details

Summary

This is useful for more than the current login workflow,
refactor to separate file

In support of https://linear.app/comm/issue/ENG-4602

Depends on D8750

Test Plan
# Start localstack and rabbitmq
comm-dev services start

(cd services/identity && cargo run -- server)
(cd services/tunnelbroker && cargo run)

# If keyserver has already logged in, reset user_id entry in metadata table
# This will force keyserver to re-login

cd keyserver
yarn dev

# Assert the user is populated in MariaDB

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Aug 7 2023, 8:36 AM
Harbormaster failed remote builds in B21567: Diff 29591!
This revision is now accepted and ready to land.Aug 21 2023, 1:54 AM
kamil edited reviewers, added: jon; removed: kamil.
This revision was automatically updated to reflect the committed changes.