Make User and Group not default allowed by rules

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-03-28 16:32:51 +02:00
parent 21a3e09fd5
commit 1691c6c5c2
8 changed files with 68 additions and 3 deletions
@@ -85,7 +85,7 @@ catalog:
entityFilename: catalog-info.yaml
pullRequestBranchName: backstage-integration
rules:
- allow: [Component, System, API, Group, User, Resource, Location]
- allow: [Component, System, API, Resource, Location]
locations:
# Backstage example components
- type: url
+2
View File
@@ -237,6 +237,8 @@
locations:
- type: github-multi-org
target: https://github.myorg.com
rules:
allow: [User, Group]
processors:
githubMultiOrg: