ENP Connect to ENP DB when Deployed #159
Labels
Dev Reviewed
Reviewed by Tech Lead
Notify
Board trigger
PM Reviewed
Reviewed by Product Manager
QA Reviewed
Reviewed by Quality Assurance
QA
Issue requires QA collaboration
User Story - Business Need
Currently the deployed ENP code cannot connect to the ENP database hosted in RDS. This requires some changes to how we construct the database uri. It will no longer be passed in a single environment variable and will need to be constructed from a few different ones, see Additional Info below.
User Story(ies)
As a backend engineer
I want to connect to the database when the application is deployed
So that the FastAPI codebase is useable when deployed
Additional Info and Resources
DB_AUTH
DB_HOSTNAME
DB_HOSTNAME_READ
Acceptance Criteria
QA Considerations
The routes that rely on the ENP db are currently just:
/db/test
Potential Dependencies
Out of Scope
The text was updated successfully, but these errors were encountered: