Score:0

Gitlab: Possible to specify roles in Azure AD manifest?

cn flag

I already use Azure AD for login to Gitlab and now I want to manage roles (Regular user, Admin user) in Azure AD as well and pass them to Gitlab. Roles can be stored in the Azure Manifest, which are then recognized by the application. Is this also possible for Gitlab CE?

Here is an example for Grafana: https://grafana.com/docs/grafana/latest/auth/azuread/

"appRoles": [
            {
                "allowedMemberTypes": [
                    "User"
                ],
                "description": "Grafana admin Users",
                "displayName": "Grafana Admin",
                "id": "SOME_UNIQUE_ID",
                "isEnabled": true,
                "lang": null,
                "origin": "Application",
                "value": "Admin"
            },
            {
                "allowedMemberTypes": [
                    "User"
                ],
                "description": "Grafana read only Users",
                "displayName": "Grafana Viewer",
                "id": "SOME_UNIQUE_ID",
                "isEnabled": true,
                "lang": null,
                "origin": "Application",
                "value": "Viewer"
            },
            {
                "allowedMemberTypes": [
                    "User"
                ],
                "description": "Grafana Editor Users",
                "displayName": "Grafana Editor",
                "id": "SOME_UNIQUE_ID",
                "isEnabled": true,
                "lang": null,
                "origin": "Application",
                "value": "Editor"
            }
        ],
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.