From 308a3ea2a23ee6cffe8a1fd8848fcf9183a9c0c3 Mon Sep 17 00:00:00 2001 From: "sumit shinde ( Roni )" <110285294+sumitshinde-84@users.noreply.github.com> Date: Thu, 16 May 2024 21:37:16 +0530 Subject: [PATCH] Update src/blog/2024/05/how-to-setup-node-red-on-raspberry-pi.md Co-authored-by: Hasmin-AC <153527883+Hasmin-AC@users.noreply.github.com> --- src/blog/2024/05/how-to-setup-node-red-on-raspberry-pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2024/05/how-to-setup-node-red-on-raspberry-pi.md b/src/blog/2024/05/how-to-setup-node-red-on-raspberry-pi.md index 3953e960e0..80d691b978 100644 --- a/src/blog/2024/05/how-to-setup-node-red-on-raspberry-pi.md +++ b/src/blog/2024/05/how-to-setup-node-red-on-raspberry-pi.md @@ -98,7 +98,7 @@ Now, your basic flow is set up. When you click the "Inject" button, it will trig ## Securing Node-RED -When using the Node-RED along with FlowFuse , there's no need to add security measures as FlowFuse provides robust security, ensuring that no one can access your device editor without proper authorization. However, disabling the editor after development prevents unauthorized changes to your flows by team members. +When using Node-RED along with FlowFuse , there's no need to add security measures as FlowFuse provides robust security, ensuring that no one can access your device editor without proper authorization. However, disabling the editor after development prevents unauthorized changes to your flows by team members. Furthermore, accessing the audit log allows you to monitor changes made by team members to instances of your team, ensuring transparency and accountability. Additionally, FlowFuse empowers team owners to control the access of team members, enhancing security and privacy during collaboration.