Merge pull request #14873 from backstage/rugvip/discovery-fix

backend-common: fix single host discovery for single-string listen config
This commit is contained in:
Patrik Oldsberg
2022-11-28 13:39:11 +01:00
committed by GitHub
3 changed files with 90 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Fixed `SingleHostDiscovery` so that it properly handles single-string `backend.listen` configurations such as `:80`.