zaqar/devstack
Fei Long Wang d08f4913ca RBAC support based on oslo.policy
This commit adds support for RBAC using oslo.policy. This allows Zaqar
for having a fine-grained access control to the resources it exposes.
As of this patch, the implementation allows to have access control in
a per-operation basis rather than specific resources.

Co-Authored-by: Thomas Herve <therve@redhat.com>
Co-Authored-by: Flavio Percoco <flaper87@gmail.com>

blueprint: fine-grained-permissions

Change-Id: I90374a11815ac2bd9d31768588719d2d4c4e7f5d
2015-09-14 23:28:27 +12:00
..
gate Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00
plugin.sh RBAC support based on oslo.policy 2015-09-14 23:28:27 +12:00
README.rst Move devstack's Zaqar code into the codebase 2015-04-21 16:36:01 +02:00
settings Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin zaqar https://github.com/openstack/zaqar
  3. Run stack.sh