Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/28/2022 08:27 AM
Hi all,
We are looking for flat file based user import and customer would like to use encrypted CSV file. They prefer to use PGP encryption as well. Does Saviynt support decrypting the csv file if it was sent encrypted? if yes, what is the recommended way to decrypt using shell script (or any other means)
09/29/2022 10:56 AM
Ideally user import file does not contain confidential import but if client provides data encrypted then we should be able to decrypt file using bash script or custom jar code & use for import
10/03/2022 06:40 AM
Anyone has a sample script used for PGP decryption in Saviynt? The expectation is that PGP pubic key will be shared by Saviynt team for Encryption to the customer.
10/03/2022 04:06 PM
Hello @shibinvpkvr,
I am not aware of Saviynt owning/supporting any encryption/decryption keys for user import process OOB. You could implement it using extensions (jars) to decrypt the encrypted files before processing but it would be a customization.
10/04/2022 12:15 AM
Hello,
As per my understanding saviynt in the past use to assist and guide for development of custom jar and getting it deployed on Saviynt server. I am not sure if they still around the same.
I suggest to open Freshdesk ticket and do even let us know how this is being handled?
10/04/2022 06:25 AM
We are in 5.5 version now. So the file import itself needed a shell script to be setup in Saviynt. (as I understand file push API is only available in v2021) so do you recommend to use a shell script for both file pull and decryption (if needed) or a custom jar ?
10/04/2022 06:39 AM
Considering future custom jar is good option so you don't need to work