Update the JSON Files for Plugins
- Last UpdatedAug 27, 2024
- 1 minute read
These files configure the secret protectors.
-
Open each of the following override files in an editor:
-
%DNADataRoot%\CloudData\config\Settings\SecretProtectorPlugin.json (Note that this file resides in the Cloud Data silo.)
-
%DNADataRoot%\ACM\config\Settings\SecretProtectorPlugin.json (Note that this file resides in the ACM silo.)
-
%DNADataRoot%\CloudData\config\Settings\MonitorMeasBufferDBPlugin.json (Note that there is only one version of this file, and it resides in the Cloud Data silo.)
Note: If these override files do not exist, copy the files from %DNAInstallRoot%\ACM\config\Settings and %DNAInstallRoot%\CloudData\config\Settings to the above locations.
-
-
In the MonitorMeasBufferDbPlugin.json file, add the ACM.CloudData.Infrastructure.dll value as follows:
{
"InfrastructureDll": "ACM.CloudData.Infrastructure.dll"
}
-
For both SecretProtectorPlugin.json files, add the ACM.DataConnector.Infrastructure.dll value as follows:
{
"DataProtectionDll": "ACM.DataConnector.Infrastructure.dll"
}