ff68663217
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
7 lines
267 B
YAML
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``. |