markdomansky / WebJEA

WebJEA - Secure Self Service Web Forms from PowerShell Scripts
GNU General Public License v3.0
236 stars 27 forks source link

Is it possible to extend this code for python script too #59

Open omkarumarani opened 3 years ago

omkarumarani commented 3 years ago

We have developed lot of python scripts and would like to self service them as well.

markdomansky commented 3 years ago

I've not done much work with python, so my information may not be completely correct here:

In theory, WebJEA could be extended to call python scripts. The challenge here is input validation. I don't know if python has much in the way of declarative parameter validation like PowerShell does. It would likely be limited to string inputs only.

As an interim, you could build powershell wrapper scripts to do your parameter validation and the powershell script just calls python.