Skip to content

Commit d12533d

Browse files
authored
Merge pull request #24 from datum-cloud/fix/catalog-rules-allow-domain-group
fix: allow Domain and Group in catalog rules
2 parents 2bfe388 + 04e3543 commit d12533d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

app-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,12 @@ catalog:
134134
import:
135135
entityFilename: catalog-info.yaml
136136
pullRequestBranchName: backstage-integration
137+
# Kinds accepted from catalog locations (e.g. the discovered
138+
# catalog-info.yaml). Domain/Group are included so a repo's descriptor can
139+
# declare its owning team and domain taxonomy; provider-emitted org data
140+
# (githubOrg) bypasses these rules.
137141
rules:
138-
- allow: [Component, System, API, Resource, Location]
142+
- allow: [Component, System, API, Resource, Location, Domain, Group]
139143
# GitHub as a source of catalog data. Left unset for local dev / e2e (which
140144
# use the file locations below); enable per-environment from the deploy
141145
# overlay, where the GitHub App credentials are available. `github` scans the

0 commit comments

Comments
 (0)