Change Key Manager
DPG uses the CipherTrust Manager as a trusted key manager.
For Kubernetes deployment with Helm
In the
values.yaml
file, underconfiguration
, update the value of kms with a valid IP address/hostname of the CipherTrust Manager.Update your DPG deployment using the following command.
For Kubernetes deployment without Helm
In your deployment file, in the
data
section ofConfigMap
, update the value ofKMS
variable with a valid IP address/hostname of the CipherTrust Manager.Update your DPG deployment using the following command.
For Standalone deployment
Stop the existing container.
In the environment variable, update the
KMS
field with a valid IP address/hostname of the CipherTrust Manager and restart the container using the following command.