Page MenuHomePhabricator

[Keyserver] Refactor getOneTimeKeyValues
ClosedPublic

Authored by kamil on Aug 7 2023, 8:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 19, 12:10 PM
Unknown Object (File)
Aug 23 2023, 4:48 AM
Unknown Object (File)
Aug 23 2023, 4:44 AM
Unknown Object (File)
Aug 23 2023, 2:42 AM
Unknown Object (File)
Aug 21 2023, 2:22 AM
Unknown Object (File)
Aug 21 2023, 1:52 AM
Unknown Object (File)
Aug 11 2023, 9:11 AM
Unknown Object (File)
Aug 11 2023, 9:11 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!
jon requested review of this revision.Aug 17 2023, 10:36 AM
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.