node-red

http auth

in settings.js des node-red users, im falle Jumu ist das ~nodered/.node-red/settings.js:

   // Securing Node-RED
    // -----------------
    // To password protect the Node-RED editor and admin API, the following
    // property can be used. See http://nodered.org/docs/security.html for details.
    adminAuth: {
        type: "credentials",
        users: [{
            username: "admin",
            password: "$2a$08$hkbQiDGK.aFywTV/RWB4LuKTXUkmH5AyCYTWPpgeci.wGxu2IbqG6",
            permissions: "*"
        }]
    },