Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"