Gitar Logo
EnterpriseConnect Repositories

GitLab

Connect your GitLab repositories to Gitar

GitLab repositories can be connected to Gitar using a service account with personal access tokens.

Setup Instructions

Create a service account and generate a Service Account Personal Access Token. Ensure that the name of the service account is "Gitar Service".

Create a dedicated service account for Gitar integration to maintain security and isolation:

GitLab service account creation screen

  1. Go to your GitLab instance admin area
  2. Create a new service account with name "Gitar Service"
  3. Grant appropriate permissions to repositories

Generate a Personal Access Token with the required scopes for the service account:

GitLab Personal Access Token generation screen showing token name and expiration settings

  1. Log in as the service account
  2. Go to User Settings → Access Tokens
  3. Click "Add New Token"
  4. Enter token name and set expiration

Select the following scopes for Gitar integration:

GitLab Personal Access Token generation screen showing required scopes selection

Required scopes:

  • read_user - Required for user authentication and integration with Gitar
  • read_repository - Allows Gitar to read repository contents, branches, and metadata
  • read_api - Enables reading GitLab API data for project information and settings
  • write_repository - Required for creating pull requests and pushing code changes
  • api - Enables automatic webhook setup and project discovery

Click "Create personal access token" to generate the token. Save the generated token securely - you won't be able to see it again.

Before configuring the connection, you must add the service account as a member to each project that you want to enable with Gitar. The service account requires Maintainer role or higher.

  1. Navigate to your GitLab project
  2. Go to Settings → Members
  3. Click "Invite members"
  4. Search for your service account user
  5. Assign Maintainer role or higher

You must add the service account to each project individually that you want to enable with Gitar. Projects where the service account is not a member will not be available for selection.

Use the generated token to configure the connection with the following fields:

GitLab manual setup screen showing configuration fields

  • GitLab Host: The hostname of your GitLab instance (e.g., gitlab.com, gitlab.example.com)
  • Group/Namespace Path: The group or namespace path (e.g., "gitarcode" for gitlab.com/gitarcode)
  • Project ID (Optional): Find your project ID in GitLab project settings
  • Personal Access Token: Token needs all the scopes listed above

Configure Repository Access

After connecting GitLab, you can configure which repositories should receive Gitar webhook notifications.

Repository Configuration

Click the Configure button for GitLab to select which repositories you want to enable for webhook notifications.

Configure GitLab projects screen showing repository selection