SnapLogic Git Integration

This page is no longer maintained (Mar 29, 2023). For the most current information, go to https://docs.snaplogic.com/cicd/git-integration/git-integration-about.html.

 

 

 

Overview

The SnapLogic Git Integration currently supports GitHub.com or, with a subscription, GitHub Enterprise Server (GHES). The Git Integration allows you to track, update, and version SnapLogic Project files, Pipelines, Tasks, and Accounts from the SnapLogic user interface. SnapLogic APIs also support Git operations.

After a Git Integration is enabled for a SnapLogic Org and a user has authorized and authenticated their account, they can add Project Assets to a repository. Users having access to the Project can collaborate. If you use different Orgs for development, testing, and production, a repository can track the same Project Assets across all of the Orgs, supporting Continuous Integration and Continuous Development (CI/CD). The Git Integration supports Gitflow workflow and Trunk-based development, but we recommend trunk-based development.

Limitations

The Git Integration has the following limitations:

  • Snap Pack and Snaplex Assets cannot be tracked.

  • You can only track 1,000 Assets per Project.

Prerequisites

To enable one of the Git Integrations:

  • A repository for each Project must exist or be created in the appropriate GitHub organization or in GHES.

  • GitHub requirements include the following:

    • For organizational repositories, a GitHub organization administrator must install a SnapLogic App in GitHub.

    • For personal repositories, the owner must install a SnapLogic App in GitHub.

  • GHES requirements include the following:

    • A GHES administrator must create a SnapLogic App in GHES

    • An IT administrator must set up secure network connections.

  • For both GitHub and GHES, user accounts must have read and write access to the appropriate GitHub repositories and SnapLogic Projects. Individual users must authorize SnapLogic to interact with their GitHub account.

The following pages describe how to configure the Git Integration for:

Related Content