-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "Git commit signing" | ||
description: "Learn how to sign your Git commits when using the IDE for development." | ||
--- | ||
|
||
# Git commit signing <Lifecycle status="Enterprise" /> | ||
|
||
To improve identity protection/impersonation and enhance security, you can sign your Git commits when pushing them to the repository. Using your signature, a Git provider can cryptographically verify it and mark the commit as "verified", giving people increased confidence about the origin of the commit. | ||
|
||
You can configure dbt Cloud to sign your Git commits when using the IDE for development. To set up, enable the feature in dbt Cloud, generate a GPG keypair, and upload the public key to your Git provider to use for signature verification. | ||
|
||
|
||
## Prerequisites | ||
|
||
- GitHub or GitLab is your Git provider. Currently, Azure DevOps is not supported. | ||
- You have a dbt Cloud account on the [Enterprise plan](https://www.getdbt.com/pricing/). | ||
|
||
## Generate GPG keypair | ||
|
||
|
||
|
||
|
||
## Upload to Git provider | ||
|
||
- GitHub instructions: https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account | ||
- GitLab instructions: https://docs.gitlab.com/ee/user/project/repository/signed_commits/gpg.html | ||
|
||
|
||
## Considerations | ||
|
||
- The keypair is not tied to any specific account - it exists at the user level. There is a 1:1 relationship between user and keypair. The same key will be used for signing commits on any accounts the user is a member of | ||
- In order for commit’s to be marked as verified, the user’s dbt cloud email address must be a verified email address within their git provider |