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

Support for dotenvx for encrypted .env files #209

Open
1 task
dec0dOS opened this issue Dec 8, 2024 · 0 comments
Open
1 task

Support for dotenvx for encrypted .env files #209

dec0dOS opened this issue Dec 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dec0dOS
Copy link

dec0dOS commented Dec 8, 2024

Describe the feature

Currently, c12 supports loading environment variables from .env files but does not natively support .env files that are encrypted using tools like dotenvx.

Alternatives considered:

  • Manually decrypting .env files using dotenvx before passing them to c12, but this adds extra steps and potential points of failure.
  • Writing a custom wrapper around c12 to integrate dotenvx, but this duplicates effort and decreases usability.

Additional Context:
dotenvx is gaining popularity for secure .env file encryption and decryption.

Thank you for considering this feature request!

Additional information

  • Would you be willing to help implement this feature?
@dec0dOS dec0dOS added the enhancement New feature or request label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant