oslo.middleware/releasenotes/notes
ramishra da7987ca92 Add new basic auth middleware
This adds a middleware that can be used 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.

Adapted from I874783b8ece0eedf27a94dfed5163d0c82f8b9de.

Change-Id: I3d80d86afd063af9fa2f411885dbd0dc65a7bbc7
2021-08-03 16:30:42 +05:30
..
add_reno-3b4ae0789e9c45b4.yaml Add reno for release notes management 2016-06-30 09:58:08 +00:00
basic-auth-middleware-5f812399e325425f.yaml Add new basic auth middleware 2021-08-03 16:30:42 +05:30
compat_headers-55a635b8ec01b6f1.yaml Allow compatibility headers for request_id 2017-05-23 12:48:41 -04:00
drop-python27-support-a6361831195bf29c.yaml reword releasenote for py27 support dropping 2020-02-06 11:05:05 +01:00
global_request_id-a8ec7260fbd76444.yaml Set global_request_id if passed in as X-OpenStack-Request-ID. 2017-05-23 12:48:41 -04:00
log_max_request_body_size-1835363-6f37946210a100d7.yaml More details when logging 413 Entity Too Large 2019-07-10 20:34:59 +03:00