Application Data Encryption
Hi,
Has anyone worked on application data encryption where the keystore is sourced from Data page?
We had configured the application data encryption and it is activated in the Data encryption landing page. Followed this guide - https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#security/data-encryption/custom-kms-app-data-tsk.htm
Specifically step 2 from sample activity - pzSampleGetCustomMasterKey. We had modified that step 2 to call a REST API to encrypt or decrypt CMK.
Also followed this guide to configure class group to be encrypted. https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#engine/database/admin/eng-db-encrypting-ss-tsk.htm
We are executing this in Pega 8.4.
Questions:
1) Once we created new cases from the configured class group, how do we ensure that the BLOB is encrypted?
2) When saving auth profile with basic authentication, it is calling the datapage configured for application data encryption. Has anyone experienced this before?