We are gleeful to announce the release of: keystonemiddleware 10.9.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/keystonemiddleware Download the package from: https://pypi.org/project/keystonemiddleware Please report issues through: https://bugs.launchpad.net/keystonemiddleware/+bugs For more details, please see below. 10.9.0 ^^^^^^ New Features * Add the feature to support SASL for keystonemiddleware to improve the security of authority. memcache_sasl_enabled: enable the SASL option or not. memcache_username: the user name for the SASL memcache_password: the user password for SASL Changes in keystonemiddleware 10.8.0..10.9.0 -------------------------------------------- ef54c0e Fix memcached dependencies's doc bug 6679503 Support SASL for memcached Diffstat (except docs and test files) ------------------------------------- keystonemiddleware/auth_token/__init__.py | 3 ++ keystonemiddleware/auth_token/_cache.py | 44 ++++++++++++++++------ keystonemiddleware/auth_token/_opts.py | 10 +++++ .../enable-sasl-protocol-946149083f604216.yaml | 8 ++++ test-requirements.txt | 1 + 8 files changed, 64 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e0109e2..0bfe13a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,0 +13 @@ testtools>=2.2.0 # MIT +python-binary-memcached>=0.29.0 # MIT
participants (1)
-
no-reply@openstack.org