fix the allow entries that should be lists
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -18,12 +18,12 @@ catalog:
|
||||
- type: url
|
||||
target: https://example.com/org.yaml
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
- allow: [User, Group]
|
||||
# But also note that this applies to ALL org location types!
|
||||
- type: github-org
|
||||
target: https://github.com/my-org-name
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
- allow: [User, Group]
|
||||
```
|
||||
|
||||
This rule change does NOT affect entity providers, only things that are emitted
|
||||
@@ -48,5 +48,5 @@ And for any location that in any way results in org data being ingested, add the
|
||||
- type: github-org
|
||||
target: https://github.com/my-org-name
|
||||
+ rules:
|
||||
+ allow: [User, Group]
|
||||
+ - allow: [User, Group]
|
||||
```
|
||||
|
||||
@@ -32,7 +32,7 @@ catalog:
|
||||
- type: github-org
|
||||
target: https://github.com/my-org-name
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
- allow: [User, Group]
|
||||
```
|
||||
|
||||
If Backstage is configured to use GitHub Apps authentication you must grant
|
||||
|
||||
@@ -366,5 +366,5 @@ catalog:
|
||||
- type: ldap-org
|
||||
target: ldaps://ds.example.net
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
- allow: [User, Group]
|
||||
```
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
- type: github-multi-org
|
||||
target: https://github.myorg.com
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
- allow: [User, Group]
|
||||
|
||||
processors:
|
||||
githubMultiOrg:
|
||||
|
||||
@@ -1395,7 +1395,7 @@
|
||||
- type: github-multi-org
|
||||
target: https://github.myorg.com
|
||||
rules:
|
||||
allow: [User, Group]
|
||||
- allow: [User, Group]
|
||||
|
||||
processors:
|
||||
githubMultiOrg:
|
||||
|
||||
Reference in New Issue
Block a user