Make User and Group not default allowed by rules
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -237,6 +237,8 @@
|
||||
locations:
|
||||
- type: github-multi-org
|
||||
target: https://github.myorg.com
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
|
||||
processors:
|
||||
githubMultiOrg:
|
||||
|
||||
Reference in New Issue
Block a user