barbican/.gitignore
John Wood 8a15a923d6 Add role based access control (RBAC) to Barbican
Barbican must support RBAC on its various REST methods. This commit adds logic to enforce
RBAC rules defined in a policy.json to the REST resource API methods they need to
protect for unauthorized access. The implementation utilizes the latest oslo policy
module updates to read, parse and enforce RBAC rules.

Change-Id: I94b1709532540947ab3f1c9878c883a1fd167183
Implements: blueprint rbac-add-support
2013-08-20 21:30:35 -05:00

54 lines
480 B
Plaintext

.venv
*.sqlite
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
*.err.log
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
coverage.xml
flake8.log
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Pycharm
.idea
*.iml
# Sqlite databases
*.sqlite3
*.db
# Misc. generated files
versiononly.txt
*.orig
myapp.profile
*.out.myapp