Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Reading and Uploading an Encrypted File from Saviynt File Directory

aarthianand93
New Contributor III
New Contributor III

Hi Team,

Please let us know how we can read an encrypted file from Saviynt Directory using a custom JAR and upload it back to Saviynt File Directory folder. Do we need to authenticate with Saviynt while uploading the file again? Please let us know the process for this. Any references would be helpful. Thank you. 

Similar Requirement: https://forums.saviynt.com/t5/identity-governance/custom-jar-development-query/m-p/76066

 

Regards,

Aarthi Anand

4 REPLIES 4

rushikeshvartak
All-Star
All-Star
  • Read the SFTP directory
  • Decrypt the file
  • Authenticate with saviynt api
  • upload decrypted file to saviynt 

Refer latest v23.12 API Documentation https://documenter.getpostman.com/view/23973797/2s9Ykhh4VH


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi Rushikesh,

We have permissible file types supported for download and upload mentioned in the documentation. 

https://docs.saviyntcloud.com/bundle/AmazonS3-Certified-v24x/page/Content/Permissible-Values-for-Fil...

Files with the following extensions can be downloaded:

.txt, .csv, .xml, .xlsx, .xls

However,  we need to retrieve and decrypt a .pgp file. The file is encrypted and needs to be decrypted for processing.  

Please let us know if this .pgp file type is supported for download and upload in Saviynt EIC. 

Please share some references. Thank you.

Regards,

Aarthi Anand

aarthianand93
New Contributor III
New Contributor III

Hi Rushikesh, 

 

Thank you. We are able to upload a csv file to the Datafiles directory in Saviynt using the POSTMAN. 

How do we check if the file has been successfully uploaded in Saviynt side in the directory? 

 

Regards,

Aarthi Anand

The only option i believe is the response code or validate via UI.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.