This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Credentials in script

Hi All

i am calling a python script that uses Request to call a REST api to get status of Jira - i created Credentials in SAM -

the user is an application user and NOT an OS user

i user the credential variables

username = ${USER}

password = ${PASSWORD}

but - when i TEST i get the following error

ND Get Output Failed:

Testing on target node failed with 'Down' status ('Down' might be different if script exits with a different exit code).

QUESTION - how do i user credentials that are defined in SAM use in script for a user thats not an OS user