-
Notifications
You must be signed in to change notification settings - Fork 3
Manage secrets with dotenv #10
Copy link
Copy link
Open
Labels
DevcontainerFixing or updating a feature in development containerFixing or updating a feature in development containerIDE configRelates to the VS Code configurationRelates to the VS Code configurationsecurityPreventing misuse or vulnerabilities in softwarePreventing misuse or vulnerabilities in software
Milestone
Description
Add support for managing secrets with .env files and load them into the project as needed.
Tasks
- Set up dotenv for environment variables.
- Setup .env loading in the devcontainer
- Handle .envrc with direnv -> In case the repository might be using .envrc
- Update .gitignore to ignore .env & .envrc files.
- Document how to use .env files in the README.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DevcontainerFixing or updating a feature in development containerFixing or updating a feature in development containerIDE configRelates to the VS Code configurationRelates to the VS Code configurationsecurityPreventing misuse or vulnerabilities in softwarePreventing misuse or vulnerabilities in software