Can SOAR workflows access credentials from Credential manager in insight Connect? If so, how?

Can SOAR workflows access credentials from Credential manager in insight Connect? If so, how?

There have been discussions around that, and the last i heard was the Devs wanted to make sure if it was done it was done right. One of the major concerns was the caching of credentials to run a Job which kind of defeats the point unless you rotate immediately after. What I do is CredSSP to a Windows box that I lock down to only allow from the Orchestrator, I then use Windows Auth to pull the elevated credentials out of my password vault and run the script I need to via that. It limits the possibilities to only things that you have scripted, but the system I was automating only has TCL so I was already in a bad place.

@trajendra_prabhu like Brandon mentioned, we do not currently support this. Can you talk a little but more about your use case and what you are trying to accomplish?