puppet-placement/releasenotes/notes/system_scope-keystone-221e082242e370cb.yaml
Takashi Kajinami f62deec1da Accept system scope credentials for Keystone API request
This change is the first step to support secure RBAC and allows usage
of system scope credentials for Keystone API request.

This change covers the following two items.
 - assignment of system scope roles to system user
 - credential parameters for authtoken middleware

Depends-on: https://review.opendev.org/804325
Change-Id: I587f94d909ed393eb6aea74f7110abaece13269c
2021-12-17 00:47:41 +09:00

14 lines
390 B
YAML

---
features:
- |
The ``system_scope`` parameter has been added to
the ``placement::keystone::authtoken`` class.
- |
The ``placement::keystone::auth`` class now supports customizing roles
assigned to the placement service user.
- |
The ``placement::keystone::auth`` class now supports defining assignmet of
system-scoped roles to the placement service user.