Mykola Yakovliev | e0f3550 | 2018-09-26 18:26:57 -0500 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 3 | - | |
| 4 | We have replaced CONF.patrole.rbac_test_role with |
| 5 | CONF.patrole.rbac_test_roles, where instead of single role we can specify |
| 6 | list of roles to be assigned to test user. This way we may run rbac tests |
| 7 | for scenarios that requires user to have more that a single role. |
| 8 | deprecations: |
| 9 | - | |
| 10 | Config parameter CONF.rbac_test_role is deprecated in favor of |
| 11 | CONF.rbac_test_roles that implements a list of roles instead of single role. |