blob: af7df935d7081c5e777fed0ed36a0c59a95bc9a1 [file] [log] [blame]
Ghanshyam Mann32e05572021-01-29 11:24:56 -06001---
2prelude: >
3 Support for RBAC new system scope is added in Tempest.
4features:
5 - |
6 Keystone provides the new scoped token called ``system`` which
7 can be used to query the system scoped API operation. Projects
8 are moving towards the policy with new scope types, Keystone, Nova
9 already provide the new policy for RBAC checks. Tempest has added
10 the support to query the system scoped token from keystone to test
11 the new policy.
12 As next step, we will be moving all the Tempest tests on the project's
13 new policy.