Pentaho

 View Only

 How to encrypt password and pass while invoking AI jobs via Remedy AR Server

  • Pentaho
  • Pentaho
Anesh Kurian's profile image
Anesh Kurian posted 07-19-2021 13:21

Hi Team,

 

I have AI jobs run from cronjob on remedy AR servers and as per new security mandate its not allowed to have plain passwords.

e.g.

/5 * * * * /opt/remedy/ARSystem/diserver/data-integration/kitchen.sh -job="BulkJob" -dir="/BulkCSVLoad" -server="serverabc.abc.com" -port="9013" -user="appadmin" -pass="AppAdminPass123" -level="error" >> /opt/remedy/AtriumIntegrator/ETL/log/BulkJob.log

 

I followed following documentation to encrypt password but it is not working.

https://help.pentaho.com/Documentation/9.1/Setup/Use_password_encryption_with_Pentaho#t_pentaho_using_password_encryption_with_pentaho_pdi

 

*/5 * * * * /opt/remedy/ARSystem/diserver/data-integration/kitchen.sh -job="BulkJob" -dir="/BulkCSVLoad" -server="serverabc.abc.com" -port="9013" -user="appadmin" -pass="Encrypted 2be98afc86aa7f2e4cb378c5efd9dfe8b" -level="error" >> /opt/remedy/AtriumIntegrator/ETL/log/BulkJob.log

 

Kindly let me know how can I pass an encrypted password while invoking the AI job from Remedy.

 


#Pentaho