Merge pull request #14584 from AmericanAirlines/3574-catalog-import-filter

adding filters to catalog import
This commit is contained in:
Patrik Oldsberg
2022-12-13 11:27:56 +01:00
committed by GitHub
6 changed files with 126 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Added a new `catalog.rules[].location` configuration that makes it possible to configure catalog rules to only apply to specific locations, either via exact match or a glob pattern.