puppet-trove/releasenotes/notes/system_scope-keystone-527142cfc221fa2b.yaml
Takashi Kajinami 95f5169393 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: I6907dd4b41dfe009a69fecd3ee5d8332c4c6a424
2022-01-25 10:54:14 +09:00

14 lines
370 B
YAML

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