oslo.middleware 4.4.0 (xena)
We are ecstatic to announce the release of: oslo.middleware 4.4.0: Oslo Middleware library This release is part of the xena release series. The source is available from: https://opendev.org/openstack/oslo.middleware Download the package from: https://pypi.org/project/oslo.middleware Please report issues through: https://bugs.launchpad.net/oslo.middleware/+bugs For more details, please see below. 4.4.0 ^^^^^ New Features * Adds a basic http auth middleware as an alternative to noauth in standalone environments. This middleware uses a password file which supports the Apache htpasswd syntax. This file is read for every request, so no service restart is required when changes are made. The only password digest supported is bcrypt, and the "bcrypt" python library is used for password checks since it supports "$2y$" prefixed bcrypt passwords as generated by the Apache htpasswd utility. (https://httpd.apache.org/docs/current/misc/password_encryptions.h tml) Changes in oslo.middleware 4.3.0..4.4.0 --------------------------------------- da7987c Add new basic auth middleware Diffstat (except docs and test files) ------------------------------------- oslo_middleware/basic_auth.py | 203 +++++++++++++++++++++ .../basic-auth-middleware-5f812399e325425f.yaml | 12 ++ requirements.txt | 1 + 4 files changed, 390 insertions(+) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 147659e..baa1d01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,0 +15 @@ statsd>=3.2.1 # MIT +bcrypt>=3.1.3 # Apache-2.0
participants (1)
-
no-reply@openstack.org