Skip to content

Commit cdd2ed0

Browse files
committed
fix(network): isolate local tunnel verification
1 parent 2565109 commit cdd2ed0

3 files changed

Lines changed: 3 additions & 262 deletions

File tree

apps/sim/lib/core/network/gateway.server.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ describe('organization gateways over real TLS CONNECT sockets', () => {
300300
timeout: 15_000,
301301
env: {
302302
...process.env,
303+
/** This local tunnel fixture must not inherit hosted-mode loopback restrictions. */
304+
NEXT_PUBLIC_APP_URL: 'http://localhost:3000',
305+
NEXT_PUBLIC_FORCE_HOSTED: 'false',
303306
NODE_EXTRA_CA_CERTS: certificatePath,
304307
OUTBOUND_ROUTING_SOURCE: 'env',
305308
OUTBOUND_ROUTING_CONFIG: JSON.stringify({

docs/architecture/organization-egress-admin-experience.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)