Merge pull request #12953 from immobiliare/feat/added-ports-range

feat(backend-common): added ports range
This commit is contained in:
Ben Lambert
2022-09-06 12:21:44 +02:00
committed by GitHub
3 changed files with 110 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/backend-common': patch
---
Added port ranges in allowed hosts:
```yaml
reading:
allow:
- host: *.examples.org:900-1000
```