1
0
Fork 0

added note about max JWT secret length

This commit is contained in:
jsteemann 2018-09-11 14:56:40 +02:00
parent d04ce21f6d
commit aa8047c093
1 changed files with 4 additions and 3 deletions

View File

@ -195,14 +195,15 @@ generator and the Mersenne Twister.
`--server.jwt-secret secret` `--server.jwt-secret secret`
ArangoDB will use JWTs to authenticate requests. Using this option lets ArangoDB will use JWTs to authenticate requests. Using this option let's
you specify a JWT. you specify a JWT. When specified, the JWT secret must be at most 64 bytes
long.
In single server setups and when not specifying this secret ArangoDB will In single server setups and when not specifying this secret ArangoDB will
generate a secret. generate a secret.
In cluster deployments which have authentication enabled a secret must In cluster deployments which have authentication enabled a secret must
be set consistently across all cluster tasks so they can talk to each other. be set consistently across all cluster nodes so they can talk to each other.
### Enable/disable authentication for UNIX domain sockets ### Enable/disable authentication for UNIX domain sockets