Commit 71e0dcba authored by Stan Hu's avatar Stan Hu Committed by Evan Read

Add note on configuring an external Redis Sentinel instance

Adding password in the Redis Sentinel config does not actually work
because v3.2.x doesn't respond to the `AUTH` command.

This came up in
https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4126.
parent 455ae726
......@@ -359,6 +359,12 @@ following section assumes you are using Omnibus GitLab Enterprise Edition.
For the Omnibus Community Edition and installations from source, follow the
[Redis HA source install](redis_source.md) guide.
NOTE: **Note:** If you are using an external Redis Sentinel instance, be sure
to exclude the `requirepass` parameter from the Sentinel
configuration. This parameter will cause clients to report `NOAUTH
Authentication required.`. [Redis Sentinel 3.2.x does not support
password authentication](https://github.com/antirez/redis/issues/3279).
Now that the Redis servers are all set up, let's configure the Sentinel
servers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment