Creating the Gitlab App

To enable Gitlab integrations, you need to create a Gitlab app. Follow these steps to create the Gitlab app and integrate it with truefoundry:

  • Sign in to GitLab.com. On the left sidebar, select your avatar and select Edit profile.
  • On the left sidebar, select Applications. Click on the Add new application button right side.
  • Provide the required details for Add new application.

  • Select Save application.
  • You should now see an Application ID and Secret.

List of connected repositories

List of connected repositories

  • Set environment variables in servicefoundry server :
    GITLAB_APP_ID: ''
    GITLAB_APP_SECRET: ''
    GITLAB_SCOPE: 'read_api read_user read_repository write_repository'