sidataplus / omop-core

Part of OMOP NHSO TCELS project
0 stars 0 forks source link

Enhancement: Secure and Dynamic `source_daimon` Connection Strings in WebAPI Setup for ATLAS #50

Open ThanePi opened 1 year ago

ThanePi commented 1 year ago

According to setup WebAPI for ATLAS, source_daimon as SQL file is designed to collect connection info also include username and password in format of database connection string. (as code below)

populate_source_source_daimon.sql

The connection string is somewhat currently contain sensitive information and host name should dynamically matched to container name for this case but currently was fixed string.

Current recommended approach is just expose default or simple username/password like this, but have additional work on access control/network segmentation.

Example: