You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We have developed lot of python scripts and would like to self service them as well.
The text was updated successfully, but these errors were encountered: