Merge "Redis: Allow customizing ssl ca certificates path"

This commit is contained in:
Zuul 2024-02-01 19:45:04 +00:00 committed by Gerrit Code Review
commit 770894333f
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- |
Now redis backend supports customizing path to CA certificates using
the ``ssl_ca_certs`` query parameter.

View File

@ -261,6 +261,7 @@ class RedisDriver(coordination.CoordinationDriverCachedRunWatchers,
'ssl',
'ssl_certfile',
'ssl_keyfile',
'ssl_ca_certs',
'sentinel',
'sentinel_fallback',
])