Skip to content

Commit f5bbcfc

Browse files
committed
Add connection types section
1 parent a7470aa commit f5bbcfc

File tree

1 file changed

+18
-0
lines changed
  • src/segment-app/extensions

1 file changed

+18
-0
lines changed

src/segment-app/extensions/git.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,21 @@ To manage Segment resources using Git and Terraform, follow these steps:
7676
7777
7878
For more information on using Terraform, visit [Terraform's documentation](https://developer.hashicorp.com/terraform/docs){:target="_blank"}.
79+
80+
## Git Connections
81+
82+
Git Connections enable Segment to sync data with your preferred Git repository through supported connection types. Segment supports several connection options connecting, including SSH and token-based authentication.
83+
84+
> info ""
85+
> Git Sync and the dbt integration operate independently. You don’t need Git Sync set up to use dbt, and dbt Cloud can trigger its own syncs without relying on Git Sync.
86+
87+
### Supported connection types
88+
89+
Segment supports the following credential types for setting up a Git Connection:
90+
91+
- **SSH**: Compatible with GitHub, GitLab, and Bitbucket, SSH provides a secure method for connecting to your repository.
92+
- **Git Token**: Git tokens are also supported across GitHub, GitLab, and Bitbucket, enabling token-based authentication for added flexibility.
93+
- **GitHub App**: For GitHub users, GitHub App integrations offer enhanced security and functionality. This method is exclusive to GitHub and supports additional features, such as [CI checks]().
94+
95+
96+

0 commit comments

Comments
 (0)