You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently per default a .env file is loaded to initialize environment variables for secrets.
While this is fine for development it is potentially dangerous in production.
Solution:
Add a new package with a interface to initialize the environment.
Suggested initial implementations:
none: if environment is set from outside, eg in a docker container
env: Read a .env file
infisical: Read environment from Open Source Infisical secret manager
Support for other secret managers can be added in the future.
The text was updated successfully, but these errors were encountered:
Currently per default a .env file is loaded to initialize environment variables for secrets.
While this is fine for development it is potentially dangerous in production.
Solution:
Add a new package with a interface to initialize the environment.
Suggested initial implementations:
Support for other secret managers can be added in the future.
The text was updated successfully, but these errors were encountered: