Git Connection

Connection Configuration

Configure the fields required to create the connection as explained below.

Connection Name

Name of the connection to be created.


Scope

When creating connections, users can define the scope to customize their accessibility.

You can set the connection scope as follows:

  • Organization: Accessible to organization users across all Gathr projects for usage in applications.

  • Project: Accessible to organization users limited to projects that are specified by the connection owner for usage in applications.

  • Private: Accessible only to the connection owner for usage in applications.


Git Repository URL

Enter the Git repository URL.

Example: https://github.com/your-repo.git


Public Repository

Enable the checkbox if the provided repository is accessible publicly.


Authentication Method

Choose the method for authenticating the connection.


Basic Authentication

Username

Enter the username associated with the authentication method selected.

Password

Enter the password associated with the provided username for authentication.


Access Token

Access Token

Enter the access token generated from Git


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated. Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top