mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 06:38:26 -05:00
[PR #2628] [CLOSED] Add EnvCloak #15636
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/vinta/awesome-python/pull/2628
Author: @Veinar
Created: 11/22/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
b741f10Add envcloak to README.md📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
What is this Python project?
EnvCloak is a lightweight, standalone CLI tool and Python library designed for secure encryption and decryption of secrets. Key rotation is implemented as well. It prioritizes simplicity and ease of use, making it ideal for integrating with CI/CD workflows across various platforms like GitHub Actions, GitLab CI/CD, Azure Pipelines, and Kubernetes alike systems. EnvCloak can be used as a command-line tool for generating encryption keys, encrypting/decrypting environment files, and seamlessly integrating secrets into deployment pipelines. For Python applications, it also provides a straightforward API for loading encrypted environment variables into
os.environ.What's the difference between this Python project and similar ones?
Enumerate comparisons.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.