Starting Automation Processes
Some Blue Prism utilities have command-line arguments that accept credentials. Instead of leaving the command line parameters exposed, the passwords should be stored in Bravura Privilege and retrieved when the utility is started.
runwithpass -conf config.ini -res rpc04 -keyword PWD -acct dw09 -- AutomateC.exe /run myprocess /resource rpc04 /user dw09 PWD
In this example, pamutil
will retrieve the password for the dw09 account on the machine (or resource) rpc04 and call AutomateC to start "myprocess" replacing the PWD field with the actual password.