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 the deployed ENP code cannot connect to the 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.
Ticket is understood, and QA has been contacted (if the ticket has a QA label).
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
We will need to alter the code to build the database connection string based on the appropriate secrets. These secrets are available as environment variables.
DB_AUTH
DB_HOSTNAME
DB_HOSTNAME_READ
Acceptance Criteria
When ENP is deployed the code can connect to our database in RDS
Local database connection is still intact for running the app locally
This work is added to the sprint review slide deck (key win bullet point and demo slide)
QA Considerations
Endpoints that rely on database connections are able to execute successfully
Potential Dependencies
Out of Scope
The text was updated successfully, but these errors were encountered:
User Story - Business Need
Currently the deployed ENP code cannot connect to the 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
Potential Dependencies
Out of Scope
The text was updated successfully, but these errors were encountered: