mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-05-07 22:17:52 -05:00
[PR #1248] [CLOSED] Add KeyEnv to Security section #6084
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/1248
Author: @ivannovazzi
Created: 2/26/2026
Status: ❌ Closed
Base:
master← Head:add-keyenv📝 Commits (2)
1f98ee1Add KeyEnv to Security sectioncadb9b2fix: correct URL from https://github.com/keyenv/keyenv to https://keyenv.dev📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Adding KeyEnv to the Security section.
KeyEnv is a CLI-first secrets manager that replaces
.envfiles with encrypted, team-synced secrets. Instead of mounting plaintext.envfiles into containers, developers usekeyenv runto inject secrets at runtime — secrets never touch the filesystem.docker run --env-file🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.