Closed aubertc closed 1 year ago
All of that was taken care of, and tested, during last week: https://github.com/popbr/data-integration/compare/7ce9d01..446a533
There was a discrepancy between the methods used in DatabaseIO and Installation_Test: maybe that should be resolved?
In short Implement the
DetermineSQLLogin
routine that improves security and portability into the Installation_Test, and document it.In more details:
LoginInfo.xml
orLoginInfoTemplate.xml
should be used to fetch the user credential. This has multiple benefits, the main one being that the user can easily insert their own SQL credential without risking to leak them.Installation_Test
program.LoginInfo.xml
file with a disclaimer ("Don't insert your information here, refer to for how to change the credentials"),