File: basic-http-auth-45bea4298209df75.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (7 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
features:
  - |
    A new ``http_basic`` auth plugin is added which enables HTTP Basic
    authentication for standalone services. Like the ``noauth`` plugin, the
    ``endpoint`` needs to be specified explicitly, along with the
    ``username`` and ``password``.