Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EnvCloak #2628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add EnvCloak #2628

wants to merge 1 commit into from

Conversation

Veinar
Copy link

@Veinar Veinar commented Nov 22, 2024

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.

  • Multi-Platform Focus: EnvCloak is designed to work seamlessly in CI/CD pipelines across various platforms such as GitHub Actions, GitLab CI/CD, Azure Pipelines, and Kubernetes, making it versatile beyond Python applications.
  • Lightweight and Standalone: Unlike tools like Vault, EnvCloak requires no external dependencies or servers, ensuring easy setup and maintenance.
  • User-Friendly CLI: Offers a simple command-line interface to generate keys, encrypt/decrypt files, and manage secrets without complex configurations or additional tools.
  • Python and Non-Python Compatibility: While providing a Python library for app-specific use cases, EnvCloak's CLI makes it suitable for any environment, language, or workflow that requires secret management.
  • CI/CD Integration: EnvCloak is built with CI/CD workflows in mind, providing out-of-the-box commands and examples for common use cases, making it faster to configure and use comparing to heavier alternatives like Sops or Vault.

--

Anyone who agrees with this pull request could submit an Approve review to it.

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