feat(catalog-import): make catalog filename configurable
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
This commit is contained in:
@@ -194,6 +194,8 @@ integrations:
|
||||
secretAccessKey: ${AWS_SECRET_ACCESS_KEY}
|
||||
|
||||
catalog:
|
||||
import:
|
||||
entityFilename: catalog-info.yaml
|
||||
rules:
|
||||
- allow:
|
||||
- Component
|
||||
|
||||
@@ -80,6 +80,8 @@ scaffolder:
|
||||
# see https://backstage.io/docs/features/software-templates/configuration for software template options
|
||||
|
||||
catalog:
|
||||
import:
|
||||
entityFilename: catalog-info.yaml
|
||||
rules:
|
||||
- allow: [Component, System, API, Group, User, Resource, Location]
|
||||
locations:
|
||||
|
||||
Reference in New Issue
Block a user