Redis: Allow customizing ssl ca certificates path
This allows users to give ssl_ca_certs argument of redis client so that a specific file, instead of the system global certificates, can be used. Closes-Bug: #2012226 Change-Id: Id7e76c35c5ce7b22a8261026fe76557d509616b3
This commit is contained in:
parent
7698c582f3
commit
38523acdc6
5
releasenotes/notes/bug-2012226-67752e8cae8489ee.yaml
Normal file
5
releasenotes/notes/bug-2012226-67752e8cae8489ee.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Now redis backend supports customizing path to CA certificates using
|
||||
the ``ssl_ca_certs`` query parameter.
|
@ -260,6 +260,7 @@ class RedisDriver(coordination.CoordinationDriverCachedRunWatchers,
|
||||
'ssl',
|
||||
'ssl_certfile',
|
||||
'ssl_keyfile',
|
||||
'ssl_ca_certs',
|
||||
'sentinel',
|
||||
'sentinel_fallback',
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user