I work at an MSP and I need to do the same task many many times however normally I’d have to log into dozens of Azure 365 environments a day. Ideally being able to run powershell with variable inputs that can be searched through a password manager and have a work flow that follows that process would be very helpful.
I think it would be beneficial to add this because:
at the moment it fells like the workflows are single purpose
If password managers were integrated, it would very likely still be limited to the enterprise version.
However, you can create and delete creds with the n8n api/node
There are also some community nodes that allow you to use dynamic credentials, though that isn’t officially supported.
You could also use a password managers api in n8n with the http node and then connect with everything manually. but again, you would be taking the security in your own hands there.