Hi,
Logging out of Grafana-core (not Grafana-app) does not work, admin is not logged out. Closing the browser tab is also not enough to close the session, one must close the complete browser.
TIA
Hi,
Logging out of Grafana-core (not Grafana-app) does not work, admin is not logged out. Closing the browser tab is also not enough to close the session, one must close the complete browser.
TIA
In Metrics Grafana HTTP authentication is used. It’s also used for example in Rspamd.
It’s not a bug, it’s just the way HTTP auth works.
See also HTTP authentication
Got it, thanks!