浏览代码

docs: add note regarding auth proxy and user session requirement

Marcus Efraimsson 6 年之前
父节点
当前提交
592f57d0ba
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/sources/tutorials/ha_setup.md

+ 2 - 0
docs/sources/tutorials/ha_setup.md

@@ -26,6 +26,8 @@ Grafana will now persist all long term data in the database. How to configure th
 
 ## User sessions
 
+> Beginning with Grafana v6.0 and above the following only applies when using [Auth Proxy Authentication](/auth/auth-proxy/).
+
 The second thing to consider is how to deal with user sessions and how to configure your load balancer in front of Grafana.
 Grafana supports two ways of storing session data: locally on disk or in a database/cache-server.
 If you want to store sessions on disk you can use `sticky sessions` in your load balancer. If you prefer to store session data in a database/cache-server