Merge pull request #636 from influxdata/jackzampolin-patch-1

Add note to auth.md
pull/644/head
Chris Goller 2016-12-05 18:19:38 -06:00 committed by GitHub
commit d9c438ce97
1 changed files with 1 additions and 1 deletions

View File

@ -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