-
Is there a reason why grafana basic auth is disabled by default? At the very least in the setup documentation the option should be explicitly disabled. If teslamate is intended to be hosted locally and not exposed to the internet, I see no reason why this option should be hidden. Line 7 in 85b45f2 I personally spent a lot of time jumping between this repo and the one from grafana to figure out what was the issue. If others have experience this personally, I believe it might save some people's time to include the option in the documentation. Please let me know your thoughts. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
For justification see #104 "Allows hiding Grafana behind a basic-auth-secured reverse proxy without interfering with Grafana auth." The decision was made years ago; Not actually sure if this justification applies anymore. |
Beta Was this translation helpful? Give feedback.
-
TeslaMate is not meant to run accessible from the internet, as stated everywhere in the docs. If you choose to do so:
We use API Token in manual installations, see #4764 |
Beta Was this translation helpful? Give feedback.
For justification see #104
"Allows hiding Grafana behind a basic-auth-secured reverse proxy without interfering with Grafana auth."
The decision was made years ago; Not actually sure if this justification applies anymore.