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:
@@ -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]
|
||||
…
|
||||
|
||||
@@ -1394,6 +1394,8 @@
|
||||
locations:
|
||||
- type: github-multi-org
|
||||
target: https://github.myorg.com
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
|
||||
processors:
|
||||
githubMultiOrg:
|
||||
|
||||
Reference in New Issue
Block a user