Skip to content

Add KeyEnv to Secret Management section#101

Open
ivannovazzi wants to merge 2 commits intodevsecops:masterfrom
ivannovazzi:add-keyenv
Open

Add KeyEnv to Secret Management section#101
ivannovazzi wants to merge 2 commits intodevsecops:masterfrom
ivannovazzi:add-keyenv

Conversation

@ivannovazzi
Copy link

@ivannovazzi ivannovazzi commented Feb 26, 2026

Adding KeyEnv to the Secret Management section.

KeyEnv is a CLI-first secrets manager that replaces scattered .env files with encrypted, team-synced secrets. It uses AES-256-GCM encryption, supports per-project environments (dev, staging, production), and provides a full audit trail for compliance.

Developers pull secrets locally with keyenv pull and inject them at runtime with keyenv run — no plaintext files on disk.

KeyEnv is a CLI-first secrets manager that replaces .env files with
encrypted, team-synced secrets using AES-256-GCM encryption.

https://github.com/keyenv/keyenv

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@lirantal
Copy link
Contributor

@ivannovazzi looks like https://github.com/keyenv/keyenv is a dead link? I'm getting 404 so likely a private repo I assume

@ivannovazzi
Copy link
Author

Sorry about that @lirantal — you're right, I accidentally linked to the private repo instead of the public site. Pushing a fix now to point to keyenv.dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants