Python script prompts user for password input or generates one from Machine A
Python script executes an unattended bot that’s in Orchestrator via the Orchestrator API and securely passes in the password as an argument (SecureString)
Unattended bot then performs XYZ task and uses the password argument as needed
To clarify on step #3: The unattended bot uses a pool of machines (Machine B-Z) in this example. It does not execute on Machine A, which is why I can’t use Windows Credentials.
This solution isn’t yet implemented, this is a new task and I’m trying to figure out how to do this. What I need help with is how to pass the SecureString argument from python to the Orchestrator API in the proper way.
Good news at least: I just got confirmation that I’m eligible to interact with the Orchestrator credential store via Orchestrator’s API! Do you guys have any examples of how to push a password to an existing credential via python interacting with the Orchestrator API?