37b944d8b8
This allows users to enable SSL and/or authentication for Redis Sentinel. Previously these could be enabled only for Redis, and Sentinel always had to be no-SSL and no-auth. Change-Id: Iea751dd0ab7367c5e56900ee17ba2932c7c7e68f
14 lines
394 B
YAML
14 lines
394 B
YAML
---
|
|
features:
|
|
- |
|
|
The following options, to enable authentication in Redis Sentinel, have
|
|
been added.
|
|
|
|
- ``[task_flow] jobboard_redis_sentinel_username``
|
|
- ``[task_flow] jobboard_redis_sentinel_password``
|
|
|
|
- |
|
|
The new ``[task_flow] jobboard_redis_sentinel_ssl_options`` option has
|
|
been added. This option controls SSL settings for connections to Redis
|
|
Sentinel.
|