diff --git a/.changeset/thick-pets-drive.md b/.changeset/thick-pets-drive.md new file mode 100644 index 0000000000..a4d8a35029 --- /dev/null +++ b/.changeset/thick-pets-drive.md @@ -0,0 +1,17 @@ +--- +'@backstage/plugin-catalog-backend-module-gitlab': patch +--- + +Fix Gitlab.com user ingestion by scoping GitlabOrgDiscoveryEntityProvider to a group. + +**BREAKING** The `group` parameter is now required Gitlab.com Org Data integrations and the backend will fail to start without this option configured. + +```diff +catalog: + providers: + gitlab: + yourProviderId: + host: gitlab.com + orgEnabled: true ++ group: org/teams +```