You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In gitlab user belongs to different groups
Group1, Group2
the same is expected to display in User overview
👍 Expected behavior
Groups should be listed in user overview
👎 Actual Behavior with Screenshots
Groups are not displaying in user overview
👟 Reproduction steps
app-config.yaml
integrations:
gitlab:
- host: gitlab.corp.org.comapiBaseUrl: https://gitlab.corp.org.com/api/v4token: ${GITLAB_TOKEN}catalog:
providers:
gitlab:
app-platform:
host: gitlab.corp.org.comorgEnabled: truegroup: org-platformallowInherited: true # Allow groups to be ingested even if there are no direct members.schedule: # Same options as in TaskScheduleDefinition. Optional for the Legacy Backend System.# supports cron, ISO duration, "human duration" as used in codefrequency: { minutes: 20 }# supports ISO duration, "human duration" as used in codetimeout: { minutes: 20 }backstage-poc:
host: gitlab.corp.org.comorgEnabled: truegroup: backstage-poc allowInherited: trueschedule:
frequency: { minutes: 20 }timeout: { minutes: 20 }
Got backstage application -> Settings menu -> General tab -> Backstage Identity ->User Entity -> click on user
📃 Provide the context for the Bug.
No response
🖥️ Your Environment
Backstage "version": "1.33.4"
👀 Have you spent some time to check if this bug has been raised before?
We suggest that @vinaykv23 double-check that catalog contains the user groups. You can go the catalog index page and filter by kind group. If the groups aren't listed in there, we are sure that there was a problem in digesting the groups from Gitlab provider.
📜 Description
In gitlab user belongs to different groups
Group1, Group2
the same is expected to display in User overview
👍 Expected behavior
Groups should be listed in user overview
👎 Actual Behavior with Screenshots
Groups are not displaying in user overview
👟 Reproduction steps
app-config.yaml
Got backstage application -> Settings menu -> General tab -> Backstage Identity ->User Entity -> click on user
📃 Provide the context for the Bug.
No response
🖥️ Your Environment
Backstage "version": "1.33.4"
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: