Rules engine to enforce access control policy
Go to file
Timothy Symanczyk 50da9acaea Don't crash on RoleCheck when roles not present
Gracefully handle the case where RoleCheck gets invoked with
credentials that do not have a roles list defined (ie, when using an
unscoped keystone token).

Change-Id: Ib6c2fb749a0eddfe3e5150e470f05ae9d77d55cc
Closes-Bug: #1529721
2016-01-02 11:59:49 -08:00
doc/source Don't generate doc from test 2015-12-07 16:06:56 +08:00
oslo.policy/locale Setup translations 2015-08-09 07:24:54 +02:00
oslo_policy Don't crash on RoleCheck when roles not present 2016-01-02 11:59:49 -08:00
.coveragerc Fix coverage configuration and execution 2015-10-01 15:39:58 +00:00
.gitignore Fix coverage configuration and execution 2015-10-01 15:39:58 +00: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
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 12:56:09 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
requirements.txt Updated from global requirements 2015-12-15 18:59:15 +00:00
setup.cfg Remove Python 2.6 classifier 2015-11-17 16:49:11 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:08 +00:00
test-requirements.txt Updated from global requirements 2015-12-01 06:09:18 +00:00
tox.ini Pass environment variables of proxy to tox 2015-12-14 10:52:51 +05:30

README.rst

oslo.policy

Latest Version

Downloads

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