Rules engine to enforce access control policy
Go to file
Tony Breeds 6db6274f80 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove oslo.policy.

Change-Id: If11bb645e9722762ae18c55c7b2808a238d6c3f1
2016-12-20 14:34:04 +11:00
doc/source Fix typo in oslo.policy 2016-11-01 14:32:01 +08:00
oslo_policy Improved performance of parse_file_contents() method 2016-11-29 23:17:31 +03:00
releasenotes Imported Translations from Zanata 2016-10-24 06:24:36 +00:00
sample_data Add oslopolicy-checker command-line tool 2016-01-12 15:44:03 -06:00
tools Add Constraints support 2016-12-20 14:34:04 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-01 15:39:58 +00:00
.gitignore Add reno for release notes management 2016-05-20 18:08:13 +03: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
babel.cfg 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
README.rst Show team and repo badges on README 2016-11-25 13:22:05 +01:00
requirements.txt Updated from global requirements 2016-12-02 05:12:24 +00:00
setup.cfg Changed the home-page link 2016-10-11 16:06:59 +07:00
setup.py Updated from global requirements 2015-09-17 12:16:08 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:19 +00:00
tox.ini Add Constraints support 2016-12-20 14:34:04 +11:00

Team and repository tags

image

oslo.policy

Latest Version

Downloads

The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services.