mirror of https://gitee.com/bigwinds/arangodb
added note about max JWT secret length
This commit is contained in:
parent
d04ce21f6d
commit
aa8047c093
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue