-
Bug
-
Resolution: Done
-
Major
-
None
-
3
-
False
-
-
False
-
Recent updates to the Gitlab plugin caused organization provider data to not be synchronized. The issue is now fixed and a wrapper for the Gitlab plugin is now included that exposes the Gitlab org provider.
-
-
-
RHDH Core Team 3256, RHDH Core Team 3257
After configuring Gitlab Integration according to this documentation, https://backstage.io/docs/integrations/gitlab/org/, setting the orgEnabled: true, no Gitlab users and groups are created in the catalog.
The integration is working because we were able to use GitLab OAuth as the login provider. The logs also mention that the scheduled Gitlab sync task is running, however no users and groups are created in the catalog.
It's a self-hosted Gitlab version 16.x
Workaround: Manually retrieve the users and groups from Gitlab API and create the users and groups through the backstage catalog API, script it. Run this script every time there is a new user/group created in Gitlab.