I've been looking for documentation revolving around embedding Node-RED into a multi-tenant web app, where RBAC is implemented.
The use case is to allow for any of the authenticated clients to build their own workflows within a Node-RED interface, the definitions of which are persisted to a centralised database and made available to their end users as workflows.
This will end up looking like a Visio esque product, where Node-RED is used to connect to and manipulate predefined assets out of my bespoke product.
A couple of examples my users might want to custom build:
- a leave request and approval process.
- retrieval of data from a weather station and shaping of data.
Has anyone been able to find any documentation to this effect?
My Google-Fu is weak this morning, not enough coffee yet.