Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
21 stars 12 forks source link

refactor(openchallenges): allow DB connection from other hosts #2727

Closed zaro0508 closed 5 days ago

zaro0508 commented 5 days ago

The current MariaDb configurations does not allow remote hosts to access the DB. Now that we are deploying with AWS ECS we need to allow remote hosts to connect to the DB[1] which can be running in a different VPC subnet. This change should allow that to happen.

[1] https://mariadb.com/kb/en/configuring-mariadb-for-remote-client-access/