bcda97b630
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
15 lines
512 B
YAML
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.
|