diff options
author | ramishra <ramishra@redhat.com> | 2021-07-26 11:28:18 +0530 |
---|---|---|
committer | ramishra <ramishra@redhat.com> | 2021-08-03 16:30:42 +0530 |
commit | da7987ca926e9bd82ff2989a920ea9740da24f95 (patch) | |
tree | 7f96d298f98f6f53ef8ee00e4a94adc95bb8fc58 /oslo_middleware/tests/test_healthcheck.py | |
parent | 43ab17010a93bff92f7f0a64d4aae1cc54480ae0 (diff) | |
download | oslo-middleware-da7987ca926e9bd82ff2989a920ea9740da24f95.tar.gz |
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
Diffstat (limited to 'oslo_middleware/tests/test_healthcheck.py')
0 files changed, 0 insertions, 0 deletions