8/23/2023 8:11 AM | |
Joined: 6/24/2021 Last visit: 10/11/2024 Posts: 15 Rating: (0) |
Hi, I have use node red guide Securing Node-RED : Node-RED (nodered.org) for securing node-red editor on Username/password based authentication.I modified setting.js in folder /usr/lib/node_modules/node_red, with this : adminAuth: { type: "credentials", users: [ { username: "admin", password: "[snip]", permissions: "*" }, { username: "george", password: "[snip]", permissions: "read" } ] }, but it's not ok. Node-red is open without login. My iot is on Industrial OS 3.2.3. Can help me ? Thanks a lot |
Last edited by: The Helping Hand at: 08/29/2023 06:27:39Password information removed. |
|
Follow us on