Configure GitLab.com and the Git Integration

Configure GitLab.com and the SnapLogic Git Integration.

To use GitLab.com, register the SnapLogic Platform with GitLab and configure the Git Integration feature in your SnapLogic environment. Each registration applies to one control plane (elastic.snaplogic.com, uat.elastic.snaplogic.com or emea.snaplogic.com) and covers all environments on that control plane.

Administrative privileges are required:

  • In GitLab.com, to:
    • Register SnapLogic as an application.
    • Create one or more repositories.
  • In the SnapLogic environment, to configure the Git Integration feature.

Create GitLab application

To create an application that configures connectivity with the SnapLogic environment:

  1. Log into GitLab.
  2. Navigate to your Group.
  3. Select Settings.
  4. Click Applications.
  5. Click Add a new application.
  6. Enter a name.
  7. For Redirect URI, enter: https://control-plane-name.snaplogic.com/api/1/rest/asset/app/oauthcallback
    Where control-plane-name is the control plane you are using. For example,
    • elastic
    • uat
    • emea
    Important: This Redirect URI is the same as the Callback URL that you specify in SnapLogic Git Integration settings.
  8. Leave the Confidential box checked.
  9. For Scopes select the following:
    • api
    • read_api
    • read_user
    • write_repository
  10. Click Save application.
  11. Click the application to view it and copy the secret to use when configuring your SnapLogic environment.

Configure the SnapLogic environment settings

Configure the Git Integration with Classic Manager or Admin Manager.

To configure the Git Integration in Classic Manager:

  1. From the left panel select Settings.
  2. Scroll down to Git Integration and click Configure Git.
  3. From the Git Integration Type dropdown list, select GitLab cloud. The configuration dialog opens:
    Configure GitLab

  4. Enter the following values, some are pre-populated:
    1. App ID: The Application ID from the GitLab application.
    2. Client Secret: Paste the Secret copied from the GitLab application.
    3. Gitlab URL: https://gitlab.com
    4. Authorized scopes: api read_api read_user write_repository
    5. Callback URL: The Redirect URI from the GitLab application, https://control-plane-name.snaplogic.com/api/1/rest/asset/app/oauthcallback.
      Where control-plane-name is the control plane you are using. For example,
      • elastic
      • uat
      • emea
      Important: This Callback URL is the same as the Redirect URI in the context of GitLab.
  5. Click Save.

To configure the Git Integration in Admin Manager:

  1. In the left pane, navigate to System Configuration > Git Integration.
  2. From the Git integration type dropdown list, select Gitlab cloud.
    Configure Gitlab

  3. Enter the following values, some are pre-populated:
    1. App ID: The Application ID from the GitLab application.
    2. Client secret: Paste the Secret copied from the GitLab application.
    3. Gitlab URL: https://gitlab.com
    4. Authorized scopes: api read_api read_user write_repository
    5. Callback URL: The Redirect URI from the GitLab application, https://control-plane-namesnaplogic.com/api/1/rest/asset/app/oauthcallback.
      Where control-plane-name is the control plane you are using. For example,
      • elastic
      • uat
      • emea
      Important: This Callback URL is the same as the Redirect URI in the context of GitLab.
  4. Click Save.

Next, each user in the environment must Authorize SnapLogic to connect to GitLab.