keystoneauth/releasenotes/notes/basic-http-auth-45bea4298209df75.yaml
Steve Baker ff68663217 Implement HTTP Basic client support in keystoneauth1
A new 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.

An example of a standalone server implementing HTTP Basic can be seen
in Ironic change https://review.opendev.org/#/c/727467/

Change-Id: Ib3f0a9c518d031a67f9605cf64a8a9cc81131ed3
Story: 2007656
Task: 39741
2020-06-15 10:26:35 +12:00

7 lines
267 B
YAML

---
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``.