SignalK / node-red-embedded

Node red nodes for use with the signalk-node-red plugin
Apache License 2.0
12 stars 2 forks source link

Remove dashboard authentication #17

Open bdehondt opened 4 years ago

bdehondt commented 4 years ago

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

sbender9 commented 4 years ago

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.

oehoe commented 4 years ago

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

sbender9 commented 4 years ago

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

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