orchestrator-core
orchestrator-core copied to clipboard
[Feature]: Add Role based access control to running workflows - inputstep decorator
Contact Details
markmdev_51242 in the discord channel (see readme).
What should we build?
Add the authorize_callback parameter to the @inputstep decorator.
See #782 for original requirements and #837 for how this was implemented on the @workflow decorator.
- [ ] Think of a solution where the form generator is aware whether or not the user can execute the step.
- [ ] the submit button is disabled if the user has no rights
- [ ] Or show a standard "not authorized" form to the user, if they have no rights