Have keyserver attempt to login with identity service
at start up. Save userId and access token.
Part of https://linear.app/comm/issue/ENG-3978
Depends on D8404
Differential D8405
[Keyserver] Attempt login to identity service • jon on Jun 30 2023, 4:05 PM. Authored by Tags None Referenced Files
Subscribers
Details
Have keyserver attempt to login with identity service Part of https://linear.app/comm/issue/ENG-3978 Depends on D8404 # start docker # start localstack comm-dev services start # start identity service (cd services/identity && RUST_LOG=debug cargo run -- server &) # start keyserver cd keyserver && yarn dev # assert user was written to database awslocal dynamodb scan --table-name identity-users # assert that credentials were written to keyserver's metadata table
Diff Detail
Event Timeline
Comment Actions Concerned that you're still not understanding the feedback, even after I spent a lot of time in my last review typing it out thoughtfully. Please try to make sure you grok the feedback being updating this diff again. If you're not sure that you understand the feedback, I would much rather you message me about it then to update this diff again without addressing the feedback
Comment Actions Close!
Comment Actions Address feedback
|