1 个仓库
Methods for sharing encrypted environment variables and credentials across teams without plaintext exposure.
Distinct from Encrypted Variable Deployers: Focuses on team sharing and distribution of config files rather than cloud deployment pipelines or infra security.
Explore 1 awesome GitHub repository matching devops & infrastructure · Secure Configuration Distribution. Refine with filters or upvote what's useful.
git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git
Enables sharing of encrypted environment variables and credentials across development teams.