Allow for the tunnelbroker endpoint to be configured. Necessary
for targeting production or staging instance during deployments.
https://linear.app/comm/issue/ENG-4706
Depends on D8956
Paths
| Differential D8957 Authored by kamil on Aug 25 2023, 1:00 PM.
Details Summary Allow for the tunnelbroker endpoint to be configured. Necessary https://linear.app/comm/issue/ENG-4706 Depends on D8956 Test Plan cd keyserver yarn dev # Should say defaulting to local instance export COMM_JSONCONFIG_facts_tunnelbroker="{\"url\":\"ws://127.0.0.1:51001\"}" yarn dev # Should omit default message, still connect to local instance
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptAug 25 2023, 1:00 PM2023-08-25 13:00:29 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Aug 25 2023, 1:13 PM2023-08-25 13:13:09 (UTC-7) Harbormaster completed remote builds in B22103: Diff 30337.Aug 25 2023, 3:58 PM2023-08-25 15:58:39 (UTC-7) This revision is now accepted and ready to land.Aug 28 2023, 8:25 AM2023-08-28 08:25:23 (UTC-7) This revision now requires review to proceed.Aug 30 2023, 1:01 PM2023-08-30 13:01:51 (UTC-7) This revision is now accepted and ready to land.Sep 6 2023, 6:13 PM2023-09-06 18:13:48 (UTC-7) Comment Actions @kamil, would you mind taking over this diff, addressing my inline comment, and landing it? Comment Actions
Sure, I'll address the comment before landing kamil added a child revision: D9128: [Tunnelbroker] match JS naming convention.Sep 11 2023, 8:31 AM2023-09-11 08:31:04 (UTC-7) Harbormaster completed remote builds in B22587: Diff 31045.Sep 13 2023, 7:20 AM2023-09-13 07:20:04 (UTC-7) Closed by commit rCOMMc62d949459d0: [Keyserver] Use getCommConfig for tunnelbroker connection (authored by kamil). · Explain WhySep 13 2023, 7:21 AM2023-09-13 07:21:40 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31046 keyserver/src/socket/tunnelbroker.js
|