From 046bd16857cfc6816119d7a5acf7efb2e54de784 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Fri, 2 Dec 2016 10:48:04 -0800 Subject: [PATCH] Add note to auth.md --- docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.md b/docs/auth.md index 495fb5982f..77a9b755ad 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -35,7 +35,7 @@ Set a [JWT](https://tools.ietf.org/html/rfc7519) signature to a random string. *Keep this random string around!* You'll need it each time you start a chronograf server because it is used to verify -user authorization. +user authorization. If you are running multiple chronograf servers in an HA configuration set the `TOKEN_SECRET` on each to allow users to stay logged in. ```sh export TOKEN_SECRET=supersupersecret