Rules engine to enforce access control policy
Go to file
Ben Nemec 7580aa483b Cap Bandit below 1.6.0 and update Sphinx requirement
Bandit 1.6.0 accidentally changed how the exclusion list option is
handled and breaks our use of it. Cap to the previous version until
Bandit has fixed the problem.

Sphinx 2.0 no longer works on python 2.7, so we need to start capping
it there as well.

Change-Id: Idead9b4198c6b05d72bae60dee06e5aebc223822
Reference: https://github.com/PyCQA/bandit/pull/489
(cherry picked from commit 1d7ca8a198)
(cherry picked from commit 3a22403be8)
2021-02-25 16:42:01 +01:00
doc/source Merge "Add examples and clarification around scope_types" 2018-06-20 02:21:34 +00:00
oslo_policy Reload files in policy_dirs on primary file change 2020-07-10 14:02:09 +03:00
releasenotes Reload files in policy_dirs on primary file change 2020-07-10 14:02:09 +03:00
sample_data Add oslopolicy-checker command-line tool 2016-01-12 15:44:03 -06:00
.coveragerc Fix coverage configuration and execution 2015-10-01 15:39:58 +00:00
.gitignore Fix requirements and convert to stestr 2018-07-02 17:30:07 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:49 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
.stestr.conf Fix requirements and convert to stestr 2018-07-02 17:30:07 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-03 18:02:17 -04:00
CONTRIBUTING.rst Optimize the link address 2017-04-08 23:36:11 +08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:01:31 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
README.rst Add blueprints and releasenotes link to README 2018-06-30 17:28:50 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
lower-constraints.txt Teach Enforcer.enforce to deal with context objects 2018-07-09 16:46:57 +00:00
requirements.txt Teach Enforcer.enforce to deal with context objects 2018-07-09 16:46:57 +00:00
setup.cfg http/https check rules as stevedore extensions 2017-10-05 08:40:47 -04:00
setup.py Updated from global requirements 2017-03-03 03:07:08 +00:00
test-requirements.txt Cap Bandit below 1.6.0 and update Sphinx requirement 2021-02-25 16:42:01 +01:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/rocky 2018-07-26 12:39:10 +00:00

README.rst

Team and repository tags

image

oslo.policy

Latest Version

Downloads

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