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
Describe the bug
The workflow manager doesn't work in api_mode = "closed". This is because of numerous server.eval() calls. These eval calls should either be moved to commands or there should be a special api command key that allows for restricted eval calls.
To Reproduce
Steps to reproduce the behavior:
Set security/api_code in config file to closed
Go to Workflow Manager
Expected behavior
No permission denied errors.
The text was updated successfully, but these errors were encountered:
Describe the bug
The workflow manager doesn't work in api_mode = "closed". This is because of numerous server.eval() calls. These eval calls should either be moved to commands or there should be a special api command key that allows for restricted eval calls.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No permission denied errors.
The text was updated successfully, but these errors were encountered: