SignalK / node-red-embedded

Node red nodes for use with the signalk-node-red plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dashboard authentication

bdehondt opened this issue · comments

HEllo,
I'm using SignalK/Nodered embedded with openplotter.
I have built some dashboards to use on board and everything works fine except :

I dont want authentication on my dashboards. I found the nodered settings file on /home/pi/.signalk/node_modules/node-red/settings.js but authentication is disabled.

ANy idea where I can remove the authentication for the dashboards ?

Many thanks,
Bart

Currently, the only way would be to completely open up your Signal K server by turning off security completely.

It looks like they have added "read only" users for node-read now, I don't think they had that when I initially did this work. I will look into adding this, but it probably won't happen in the short term.

commented

Hello, I would like to request the same feature. @bdehondt Did you manage to to disable security of Signal K? I'm ok with disabling security but can't find an option in the menu, documentation or google.

Thanks for the great software, Johan

To disable security, edit ~/.signalk/settings.json, remove these lines:

  "security": {
    "strategy": "./tokensecurity"
  }