Need to grab secret credentials in a similar way as GCS and AWS credentials are grabbed so that they don't get accidentally committed (also a possible security issue in the future).
Offending code:
|
mdb_client = MongoDBClient(client_uri="mongodb://172.18.3.3:27017/", username="root", password="example") |
Originally posted by @RMichaelSwan in #41 (comment)
Need to grab secret credentials in a similar way as GCS and AWS credentials are grabbed so that they don't get accidentally committed (also a possible security issue in the future).
Offending code:
HARMONI/harmoni_core/harmoni_recorder/src/harmoni_recorder/template_storedata.py
Line 14 in 609f52a
Originally posted by @RMichaelSwan in #41 (comment)