My team is in the process of migrating from another CRM system to Acumatica. We have several Microsoft SQL Server tables that we are trying to import into Acumatica using a number of Import Scenarios. Currently, we are reusing the same Data Provider for all of the Import Scenarios.
I notice that the database credentials (username, password, etc.) are currently duplicated, in plain text, across each of the Import Scenario XML files in our customization project. We want to avoid committing these credentials to our repo on Github.
One possibility we've considered is to have a single "config" file with the credentials, add it to gitignore, then commit an encrypted version to the repo. Is there a way to do this?
Is there another convenient way to encrypt credentials in Import Scenarios?
