I have a KSH script in a job definition that uses a curl command to execute a rest service in an external system. I need to specify the user ID/Password in this command so I was wondering if there is any way to store this info securely in CPS and reference it in job definition parameters so I can use it in my script?
Thanks