Merge pull request #33742 from backstage/freben/host-discovery-baseurl-warnings

feat(backend-defaults): warn on localhost or invalid backend.baseUrl in HostDiscovery
This commit is contained in:
Fredrik Adelöw
2026-04-03 15:34:27 +02:00
committed by GitHub
3 changed files with 76 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
`HostDiscovery` now logs a warning when `backend.baseUrl` is set to a localhost address while `NODE_ENV` is `production`, and when `backend.baseUrl` is not a valid URL.