keystone/keystone/federation
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
..
backends Expiring User Group Membership Model 2020-04-07 11:04:38 -04:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
constants.py Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
core.py Add expiring user group memberships on mapped authentication 2020-04-07 19:30:57 -04:00
idp.py Add openstack_groups to assertion 2020-03-19 20:14:41 +05:30
schema.py Expiring Group Memberships API - Allow set idp authorization_ttl 2020-04-09 01:59:58 +00:00
utils.py Support regexes in whitelists/blacklists 2020-05-26 11:00:21 -05:00