How to secure the access to my Node-RED UI with httpNodeAuth

komarek picture komarek · May 18, 2017 · Viewed 11.1k times · Source

I have searched everywhere but I can't seem to find a way to secure my Node-RED user interface. The UI can be accessed by anonymous users...

So far I have tried to set up the settings.json file and the httpNodeAuth part but nothing worked.

How can I limit access to the Node-RED UI?

Answer

komarek picture komarek · May 19, 2017

I FINALLY realized it was a cache problem. node-red seems to work really aggressive with cache. thanks everybody for support