summaryrefslogtreecommitdiff
path: root/kafka/client_async.py
diff options
context:
space:
mode:
authorAshley McKemie <ashley@datafiniti.net>2016-07-08 09:43:27 -0500
committerDana Powers <dana.powers@gmail.com>2016-07-08 07:43:27 -0700
commit58991c5fa24076a644a9e682cb865b48b8a736ba (patch)
tree430baa3deddb345bc3eaa98d59a0adf24b0a2cf2 /kafka/client_async.py
parent455001d3a88aed6bed981a804d7c68a299ba8d8a (diff)
downloadkafka-python-58991c5fa24076a644a9e682cb865b48b8a736ba.tar.gz
Add ssl_password to default_config dicts. Send ssl_password when loading cert chains (#750)
Diffstat (limited to 'kafka/client_async.py')
-rw-r--r--kafka/client_async.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kafka/client_async.py b/kafka/client_async.py
index 63b63d1..8839dee 100644
--- a/kafka/client_async.py
+++ b/kafka/client_async.py
@@ -59,6 +59,7 @@ class KafkaClient(object):
'ssl_cafile': None,
'ssl_certfile': None,
'ssl_keyfile': None,
+ 'ssl_password': None,
'ssl_crlfile': None,
}