Encrypt Sensitive Data in Signer Request and Response Payload¶
If you want to encrypt sensitive data in the signer request and response payload, follow these steps:
- SSH into the instance where Privacera Manager is installed.
- Run the following command to navigate to the
/config
directory.Bash - Run the following command to open the
.yml
file for editing.Bash - Update the following property to redact sensitive data in debug logs at the root level:
-
Once the properties are configured, then generate the updated
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.emr-template.json
file by running the following command: Step 1 - Setup which generates the helm charts. This step usually takes few minutes.Text Only 1 2 3 4
```bash cd ~/privacera/privacera-manager ./privacera-manager.sh post-install ```
-
After the
post-install
, create a new cluster using the newly generatedemr-template.json
file from theoutput
directory.
- Prev topic: Advanced Configuration