keystone/keystone/tests/unit/contrib
Jason Anderson feaf034438
Support regexes in whitelists/blacklists
This adds support for the "regex" flag for both the "whitelist" and
"blacklist" conditional types. Before, only the "any_one_of" and
"not_any_of" conditionals supported this. Similar to the pre-existing
regex logic, the patterns are matched from the beginning of the string,
meaning you may need prefix them with ".*" if you do not care about the
first characters of the match.

Closes-Bug: #1880252
Change-Id: Ia51f47a58712c7230753f2cfa0c87b83a7339bf9
2020-05-26 11:00:21 -05:00
..
federation Support regexes in whitelists/blacklists 2020-05-26 11:00:21 -05:00
__init__.py Refactor mapping rule engine tests to not create servers 2015-08-29 16:25:09 +00:00