Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
AMenier1693985456
Contributor
Contributor

remote engine

Good morning;

in order to retrieve connection information on Keeper (password safe) with Talend Studio.

I added the path: C:\Program Files (x86)\Keeper Secrets Manager CLI (where is my keeper application)

in the file C:\TalendRemoteEngine\etc\Talend Remote Engine-wrapper.conf (remote engine).

 

as a result:

set.PATH=%KSM_PATH%;%PATH%

or KSM_PATH =C:\Program Files (x86)\Keeper Secrets Manager CLI

 

I restarted the remote engine and it works, I manage to retrieve the Keeper connection information and use it as an implicit context on talend.

 

the problem:

when I restart the VM where the remote engine and the Keeper application are installed.

I get the following error: access denied to configuration file c:\programdata\keeper\keeper.ini.

job:

I use in my job only a Tsystem:

 

System config:

 

main directory: "C:/Program Files (x86)/Keeper Secrets Manager CLI/"

command: "cmd /c keeper-ksm.exe secret get UUID --json"

 

Labels (2)
0 Replies