tempest/releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml
Ghanshyam Mann 32e0557808 Add release note and fix some TODO from system scope support
Adding release notes for support of system scope in Tempest
also adding new interface in credential provider base abstract
class.

Change-Id: I28e17aaff0539d9d148d2369697565a5033eba46
2021-02-09 17:49:31 +00:00

14 lines
547 B
YAML

---
prelude: >
Support for RBAC new system scope is added in Tempest.
features:
- |
Keystone provides the new scoped token called ``system`` which
can be used to query the system scoped API operation. Projects
are moving towards the policy with new scope types, Keystone, Nova
already provide the new policy for RBAC checks. Tempest has added
the support to query the system scoped token from keystone to test
the new policy.
As next step, we will be moving all the Tempest tests on the project's
new policy.