WebJEA
WebJEA copied to clipboard
Is it possible to extend this code for python script too
We have developed lot of python scripts and would like to self service them as well.
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.