Issue
The only way to provide connection information to the database is by adding DATABASE_URL in clear text into the environment. This could be an issue in a lot of cases. We need a way to provide secrets such as the DB password in an encrypted manner or to reach out and request it dynamically at runtime.
This also encourages writing the password down which may end up in git.
Issue
The only way to provide connection information to the database is by adding
DATABASE_URLin clear text into the environment. This could be an issue in a lot of cases. We need a way to provide secrets such as the DB password in an encrypted manner or to reach out and request it dynamically at runtime.This also encourages writing the password down which may end up in git.