oslo.cache/oslo_cache/tests
dengzhaosen d229d3edb7 Support SASL protocol for memcached
Add the SASL protocol for memcached, to improve the security of authority.
SASL(Simple Authentication and Security Layer): is a memchanism used to
extend the verification ability of C/S mode. SASL is only the
authentication process, which integrates the application layer and the
system authentication mechanism. However, the current memcached hasn't
any authenticaction mechanism to protect the user's data cached in
memcached server.

Depends-On: 7828bed0febabfa11a0a8f6960f4c7cc8acec841

Implements: blueprint enable-sasl-protocol

Change-Id: I40b9f4eac518f34a3dfb710b5c4ab3a76da7c00c
2022-05-03 10:58:53 +08:00
..
functional Support SASL protocol for memcached 2022-05-03 10:58:53 +08:00
unit Support SASL protocol for memcached 2022-05-03 10:58:53 +08:00
__init__.py Don't register backends on import 2015-07-08 19:38:17 -05:00
test_cache.py Adding functional tests 2020-05-14 14:45:12 +02:00