Rules engine to enforce access control policy
Go to file
Adam Young a08bc79f5c Lists for Generic Checks
The Generic check had no way to identify
a value inside a list.  Since Lists are inherantly unstable in
indexing, requiring an index to match is not practical.

Lists now follow the same approach as the OrCheck:
When specifying a value inside a list, each element
of the lsit is checked for a match.  If any of the sub lists match,
the check succeeds. Only if the entry is not in the list does the
check fail.

If the value is nested in a dictionary under the list, all of
the subordinate dictionaries are checked in a recursive manner.

Change-Id: Ia286dbd3757703779d7044b3003381eab6c5c919
2015-03-31 13:35:13 -04:00
doc/source Clean up configuration option management 2015-02-18 12:45:04 -05:00
oslo_policy Lists for Generic Checks 2015-03-31 13:35:13 -04:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
.gitignore Update .gitignore 2015-02-04 16:37:24 -05:00
.gitreview exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
.mailmap exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
.testr.conf exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
CONTRIBUTING.rst exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
HACKING.rst Use single quotes consistently 2015-02-17 00:37:33 +00:00
LICENSE exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
README.rst Fix project metadata 2015-01-28 15:34:29 -05:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
openstack-common.conf Perform an oslo-sync 2015-02-05 20:40:00 +00:00
requirements.txt Updated from global requirements 2015-03-21 00:17:05 +00:00
setup.cfg Add entry points for option discovery 2015-02-05 23:00:59 +00:00
setup.py exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
test-requirements.txt Updated from global requirements 2015-03-21 00:17:05 +00:00
tox.ini Update comments about tox configuration 2015-02-17 18:25:58 -05:00

README.rst

oslo.policy

RBAC policy enforcement library for OpenStack