Skip to content

Commit 53409bb

Browse files
committed
fixed coderabbit review
1 parent c3ebd6a commit 53409bb

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

self-hosting/govern/integrations/gitlab.mdx

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,37 +28,37 @@ After creating and configuring the GitLab application and configuring the instan
2828

2929
<Tabs>
3030
<Tab title="GitLab Cloud">
31-
1. On the left sidebar in GitLab, select your avatar.
31+
1. On the left sidebar in GitLab, select your avatar.
3232

33-
2. Select **Preferences** tab.
33+
2. Select **Preferences** tab.
3434

35-
3. Navigate to the **Applications** tab.
35+
3. Navigate to the **Applications** tab.
3636

37-
4. Click on **Add new application** to begin the setup.
38-
![Add GitLab application](/images/integrations/gitlab/add-gitlab-application.webp)
37+
4. Click on **Add new application** to begin the setup.
38+
![Add GitLab application](/images/integrations/gitlab/add-gitlab-application.webp)
3939

40-
5. Provide a **Name** for your application.
40+
5. Provide a **Name** for your application.
4141

42-
6. Enter the following **Redirect URI**, replacing [YOUR_DOMAIN] with your actual domain:
43-
```bash
44-
https://[YOUR_DOMAIN]/silo/api/gitlab/auth/callback
45-
```
46-
7. Check the **Confidential** box..
42+
6. Enter the following **Redirect URI**, replacing [YOUR_DOMAIN] with your actual domain:
43+
```bash
44+
https://[YOUR_DOMAIN]/silo/api/gitlab/auth/callback
45+
```
46+
7. Check the **Confidential** box..
4747

48-
![Add app details](/images/integrations/gitlab/add-app-details.webp)
48+
![Add app details](/images/integrations/gitlab/add-app-details.webp)
4949

50-
8. Set permissions by selecting the required **Scopes**. The table below explains each scope:
50+
8. Set permissions by selecting the required **Scopes**. The table below explains each scope:
5151

52-
|Permission|Explanation|
53-
|----------|-----------|
54-
|`api`|Grants full read/write access to the API, including all groups, projects, container registry, dependency proxy, and package registry. Required for API requests.|
55-
|`read_api`|Allows read-only access to all groups, projects, container registry, and package registry.|
56-
|`read_user`|Grants read-only access to user profiles via the /user API endpoint, including username, public email, and full name. Also provides access to /users endpoints.|
57-
|`read_repository`|Enables read-only access to repositories in private projects via Git-over-HTTP or the Repository Files API.|
58-
|`profile`|Grants read-only access to the user's profile data using OpenID Connect.|
59-
|`email`|Provides read-only access to the user's primary email address using OpenID Connect.|
52+
|Permission|Explanation|
53+
|----------|-----------|
54+
|`api`|Grants full read/write access to the API, including all groups, projects, container registry, dependency proxy, and package registry. Required for API requests.|
55+
|`read_api`|Allows read-only access to all groups, projects, container registry, and package registry.|
56+
|`read_user`|Grants read-only access to user profiles via the /user API endpoint, including username, public email, and full name. Also provides access to /users endpoints.|
57+
|`read_repository`|Enables read-only access to repositories in private projects via Git-over-HTTP or the Repository Files API.|
58+
|`profile`|Grants read-only access to the user's profile data using OpenID Connect.|
59+
|`email`|Provides read-only access to the user's primary email address using OpenID Connect.|
6060

61-
9. Click **Save Application** to finalize the setup.
61+
9. Click **Save Application** to finalize the setup.
6262
</Tab>
6363

6464
<Tab title="GitLab Self-managed">

0 commit comments

Comments
 (0)