Felipe Monteiro | 44d7784 | 2018-03-21 02:42:59 +0000 | [diff] [blame^] | 1 | --- |
| 2 | features: |
| 3 | - | |
| 4 | Patrole now offers support for multiple policies. The ``rules`` argument |
| 5 | has been added to the ``rbac_rule_validation.action`` decorator, which |
| 6 | takes a list of policy names which Patrole will use to determine the |
| 7 | expected test result. This allows Patrole to more accurately determine |
| 8 | whether RBAC is configured correctly, since some API endpoints enforce |
| 9 | multiple policies. |
| 10 | deprecations: |
| 11 | - | |
| 12 | The ``rule`` argument in the ``rbac_rule_validation.action`` decorator has |
| 13 | been deprecated in favor of ``rules``. |