After creating two users with
- permissions: "*",
- permissions: "read"
I want to disable few flows for non-admin user.
How can I achieve this in node-red?
After creating two users with
How can I achieve this in node-red?
You cannot. There permissions model doesn't apply to individual flows.
The runtime is not a multi-tenant system with each user getting their own set of flows - all users share the same flows.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.