Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dashboard authentication #17

Open
bdehondt opened this issue Apr 24, 2020 · 3 comments
Open

Remove dashboard authentication #17

bdehondt opened this issue Apr 24, 2020 · 3 comments

Comments

@bdehondt
Copy link

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
Copy link
Member

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
Copy link

oehoe commented Jul 2, 2020

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
Copy link
Member

sbender9 commented Jul 2, 2020

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants