bifrost/releasenotes/notes/http-basic-40df399ea63956aa.yaml
Dmitry Tantsur bcda97b630 Support HTTP basic auth and switch bifrost-cli to it
The voting jobs also use the new mode (since it requires more OS
coverage), the DHCP jobs are left with no-auth.

Change-Id: I8c8ee112edbc1e61b54aff13c06c518c7daa9700
2020-08-07 15:21:27 +02:00

15 lines
512 B
YAML

---
features:
- |
HTTP basic authentication for API services is now supported in addition
to no authentication and Keystone. It is triggered by setting
``noauth_mode=false`` with ``enable_keystone=false``.
- |
Installations with ``bifrost-cli`` now use HTTP basic authentication if
Keystone is disabled.
deprecations:
- |
Bifrost will switch to HTTP basic authentication by default in the future.
If you want to avoid it, please set ``noauth_mode`` to ``false``
explicitly.