Page MenuHomePhabricator

[terraform] include keyserver logs on keyserver init for qr code for self-host aws-deploy script
ClosedPublic

Authored by will on Aug 15 2024, 9:09 PM.
Tags
None
Referenced Files
F2767059: D13096.diff
Thu, Sep 19, 4:11 PM
Unknown Object (File)
Sun, Sep 8, 6:16 AM
Unknown Object (File)
Wed, Sep 4, 8:43 PM
Unknown Object (File)
Wed, Sep 4, 4:37 AM
Unknown Object (File)
Mon, Sep 2, 9:50 PM
Unknown Object (File)
Sat, Aug 31, 2:15 AM
Unknown Object (File)
Fri, Aug 30, 5:36 PM
Unknown Object (File)
Thu, Aug 29, 7:35 PM
Subscribers

Details

Summary

This prints the logs for the primary keyserver so user can access the QR code

Depends on D13095

Test Plan

ran a fresh keyserver deploy and was able to print the qr code

The output:

image.png (1×2 px, 215 KB)

Diff Detail

Repository
rCOMM Comm
Branch
script_changes
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will retitled this revision from [terraform] include keyserver logs on keyserver init for qr code to [terraform] include keyserver logs on keyserver init for qr code for self-host aws-deploy script.Aug 15 2024, 9:09 PM
will edited the test plan for this revision. (Show Details)
will edited the test plan for this revision. (Show Details)
will requested review of this revision.Aug 15 2024, 9:26 PM

how'd you decide on --since 1d?

This revision is now accepted and ready to land.Aug 15 2024, 10:50 PM

how'd you decide on --since 1d?

I can make this shorter if needed, however I just over estimated just to be safe. Given that the the keyserver was only just initialized, I don't think there's a danger that the user would receive a huge influx in logs. It should only just be the logs when one first runs the keyserver.

@varun do you think we can keep it as is or make it something like 1 hr

I think it's fine, was just curious