blob: 3d192d9ee8a8f97cdffa8434c96b3067b0cc875f [file] [log] [blame]
Felipe Monteiro44d77842018-03-21 02:42:59 +00001---
2features:
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.
10deprecations:
11 - |
12 The ``rule`` argument in the ``rbac_rule_validation.action`` decorator has
13 been deprecated in favor of ``rules``.