What is a one sentence summary of your feature request?
Execute and schedule scripts within Password Secure, using variables to retrieve passwords directly from the database.
Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.
Execute and schedule scripts like within Password Secure, using variables to retrieve username and passwords directly from the database.
Scripts like powershell, python or only send some ssh commands.
This approach can help mitigate certain security risks that arise when scripts containing passwords are stored on servers. Even if those passwords are encrypted, the decryption key typically also needs to be available on the server, which poses an additional vulnerability.
How do you currently solve the challenges you have by not having this feature?
Do it manual or store decryption key for passwords in other locations.