puppet-watcher/releasenotes/notes/system_scope-keystone-54ba872a490ebc74.yaml
Takashi Kajinami 9f113400cc 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: I7675e58508a00979a3c26908c4449be24a98a206
2022-01-25 10:59:38 +09:00

14 lines
380 B
YAML

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