fix the allow entries that should be lists

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-03-29 09:52:33 +02:00
parent e9113ccbb7
commit 1d587f7bb7
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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]
```
+1 -1
View File
@@ -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
+1 -1
View File
@@ -366,5 +366,5 @@ catalog:
- type: ldap-org
target: ldaps://ds.example.net
rules:
allow: [User, Group]
- allow: [User, Group]
```
+1 -1
View File
@@ -238,7 +238,7 @@
- type: github-multi-org
target: https://github.myorg.com
rules:
allow: [User, Group]
- allow: [User, Group]
processors:
githubMultiOrg:
+1 -1
View File
@@ -1395,7 +1395,7 @@
- type: github-multi-org
target: https://github.myorg.com
rules:
allow: [User, Group]
- allow: [User, Group]
processors:
githubMultiOrg: