Merge pull request #10483 from backstage/freben/group-and-user

Make User and Group kinds not default allowed by rules
This commit is contained in:
Fredrik Adelöw
2022-03-28 18:15:39 +02:00
committed by GitHub
8 changed files with 68 additions and 3 deletions
@@ -141,8 +141,6 @@ catalog:
locations:
- type: microsoft-graph-org
target: https://graph.microsoft.com/v1.0
# If you catalog doesn't allow to import Group and User entities by
# default, allow them here
rules:
- allow: [Group, User]
+2
View File
@@ -1394,6 +1394,8 @@
locations:
- type: github-multi-org
target: https://github.myorg.com
rules:
allow: [User, Group]
processors:
githubMultiOrg: