You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
modules/git-commit-signing/README.md

758 B

display_name description icon maintainer_github verified tags
Git commit signing Configures Git to sign commits using your Coder SSH key ../.icons/git.svg phorcys420 false
helper
git

git-commit-signing

This module downloads your SSH key from Coder and uses it to sign commits with Git. It requires curl and jq to be installed inside your workspace.

Please observe that using the SSH key that's part of your Coder account for commit signing, means that in the event of a breach of your Coder account, or a malicious admin, someone could perform commit signing pretending to be you.

module "git-commit-signing" {
    source = "https://registry.coder.com/modules/git-commit-signing"
    agent_id = coder_agent.example.id
}