From 1d587f7bb7ed121052bb5f7eb7e314e334e33769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 29 Mar 2022 09:52:33 +0200 Subject: [PATCH] fix the allow entries that should be lists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/clean-lions-taste.md | 6 +++--- docs/integrations/github/org.md | 2 +- docs/integrations/ldap/org.md | 2 +- packages/integration/CHANGELOG.md | 2 +- plugins/catalog-backend/CHANGELOG.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.changeset/clean-lions-taste.md b/.changeset/clean-lions-taste.md index d4179fa39a..1ec1eec952 100644 --- a/.changeset/clean-lions-taste.md +++ b/.changeset/clean-lions-taste.md @@ -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] ``` diff --git a/docs/integrations/github/org.md b/docs/integrations/github/org.md index 7d810ace1f..94689f4a39 100644 --- a/docs/integrations/github/org.md +++ b/docs/integrations/github/org.md @@ -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 diff --git a/docs/integrations/ldap/org.md b/docs/integrations/ldap/org.md index 14c31c50e4..b9ab320996 100644 --- a/docs/integrations/ldap/org.md +++ b/docs/integrations/ldap/org.md @@ -366,5 +366,5 @@ catalog: - type: ldap-org target: ldaps://ds.example.net rules: - allow: [User, Group] + - allow: [User, Group] ``` diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index 9c226ff1d5..0968754394 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -238,7 +238,7 @@ - type: github-multi-org target: https://github.myorg.com rules: - allow: [User, Group] + - allow: [User, Group] processors: githubMultiOrg: diff --git a/plugins/catalog-backend/CHANGELOG.md b/plugins/catalog-backend/CHANGELOG.md index 5506c649c4..c84f85aafe 100644 --- a/plugins/catalog-backend/CHANGELOG.md +++ b/plugins/catalog-backend/CHANGELOG.md @@ -1395,7 +1395,7 @@ - type: github-multi-org target: https://github.myorg.com rules: - allow: [User, Group] + - allow: [User, Group] processors: githubMultiOrg: