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: