File: basic-auth-middleware-5f812399e325425f.yaml

package info (click to toggle)
python-oslo.middleware 6.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 2,980; makefile: 21; sh: 2
file content (12 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.

    .. _htpasswd: https://httpd.apache.org/docs/current/misc/password_encryptions.html