fix(dev): point TENANT_REGISTRY_URL at :8090 #5

Merged
sharang merged 1 commits from fix/dev-port-collision into main 2026-05-19 09:47:39 +00:00
Owner

What

Match the new tenant-registry default. Updates src/lib/tenant-registry.ts fallback, the matching test, and (finally) writes the .env.example body that was committed empty back in M0.1.

Why

Local dev wedge: Keycloak (:8080) and tenant-registry (:8080) couldn't coexist. Bumping tenant-registry to :8090 unblocks make dev across the three repos without changing the rest.

Test plan

  • Local smoke (CI re-runs after push)

Risk

Negligible. No prod traffic depends on these defaults yet.

Checklist

  • Docs updated
## What Match the new tenant-registry default. Updates `src/lib/tenant-registry.ts` fallback, the matching test, and (finally) writes the .env.example body that was committed empty back in M0.1. ## Why Local dev wedge: Keycloak (`:8080`) and tenant-registry (`:8080`) couldn't coexist. Bumping tenant-registry to `:8090` unblocks `make dev` across the three repos without changing the rest. ## Test plan - [x] Local smoke (CI re-runs after push) ## Risk Negligible. No prod traffic depends on these defaults yet. ## Checklist - [x] Docs updated
sharang added 1 commit 2026-05-19 09:46:18 +00:00
fix(dev): point TENANT_REGISTRY_URL default at :8090
ci / shared (pull_request) Successful in 5s
ci / test (pull_request) Successful in 29s
ci / e2e (pull_request) Has been skipped
ci / image (pull_request) Has been skipped
ce9c87de65
Keycloak occupies :8080 in the dev stack; tenant-registry now defaults
to :8090. Update the portal's fallback base URL + .env.example +
the test that pins the URL it constructs.

Prod is unaffected — the Orca manifest sets TENANT_REGISTRY_URL via
service discovery (cross-VM), not a localhost port.

Refs: M5.1
sharang merged commit 2961f36cca into main 2026-05-19 09:47:39 +00:00
sharang deleted branch fix/dev-port-collision 2026-05-19 09:47:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: platform/portal#5