Memcached client TLS support
This patch specifies a set of configuration options required to build a TLS context, which is used to wrap the client connection socket. Closes-Bug: #1906846 Change-Id: I03a92168b90508956f367fbb60b7712f95b97f60
This commit is contained in:
committed by
Tim Burke
parent
e22cad666a
commit
6930bc24b2
@@ -712,6 +712,10 @@ use = egg:swift#memcache
|
||||
# How many errors can accumulate before a server is temporarily ignored.
|
||||
# error_suppression_limit = 10
|
||||
#
|
||||
# (Optional) Global toggle for TLS usage when comunicating with
|
||||
# the caching servers.
|
||||
# tls_enabled =
|
||||
#
|
||||
# More options documented in memcache.conf-sample
|
||||
|
||||
[filter:ratelimit]
|
||||
|
||||
Reference in New Issue
Block a user