openhab / openhab-vscode

VS Code extension for openHAB configuration files
https://marketplace.visualstudio.com/items?itemName=openhab.openhab
Eclipse Public License 2.0
159 stars 47 forks source link

RFC - How to deal with basic auth #264

Open Confectrician opened 3 years ago

Confectrician commented 3 years ago

I am facing error reports with "not working" connections and several times the reason where configured basic auth credentials on installations without a basic auth setup.

People think the have to fill in ther connection credentials for their ssh acces or their main ui credentials. I am looking for feedback on how we can improve this.

I would like to keep basic auth settings somehow, but make it kind of harder to configure. So that people who know why they are configuring basic auth, have little more effort to do and users who just fill those fields "beccause they are available" get pointed on a possible misconfiguration.

Any ideas on how we can improve this are welcome.

Confectrician commented 3 years ago

Another user who has configured basicAUth with the main ui credentials. https://community.openhab.org/t/rpi-4-high-load-with-openhab-extension-1-0-0/122126/10

We need some kind of clarification.