We're planning on running the webapp, keyserver, and landing page in isolation in separate containers for our prod self-host setup.
This means we should remove this line server.get('/invite/:secret', inviteResponder);
Differential D12808 Authored by will on Jul 19 2024, 2:15 PM.
Details Summary We're planning on running the webapp, keyserver, and landing page in isolation in separate containers for our prod self-host setup. This means we should remove this line server.get('/invite/:secret', inviteResponder); Test Plan flow check. I believe we plan on testing this on prod and check if the invite links still works. We can fully remove if confirmed working
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptJul 19 2024, 2:15 PM2024-07-19 14:15:32 (UTC-7) will edited the test plan for this revision. (Show Details)Jul 19 2024, 2:26 PM2024-07-19 14:26:41 (UTC-7) Harbormaster completed remote builds in B30522: Diff 42557.Jul 19 2024, 2:32 PM2024-07-19 14:32:13 (UTC-7) Comment Actions Looks like some context in D8255... web doesn't really need this route, landing definitely does, and it's not clear if it's needed at the root either. I think it's fine to remove given we'll be running landing on the apex domain This revision is now accepted and ready to land.Jul 19 2024, 8:29 PM2024-07-19 20:29:59 (UTC-7) Closed by commit rCOMMc372d8492061: [keyserver] remove unnecessary inviteResponder line in keyserver.js (authored by will). · Explain WhyJul 19 2024, 8:39 PM2024-07-19 20:39:18 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42570 keyserver/src/keyserver.js
|