]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable authZ checks for member actions
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 19 Mar 2013 18:54:58 +0000 (19:54 +0100)
committerSalvatore Orlando <salv.orlando@gmail.com>
Sat, 30 Mar 2013 01:06:38 +0000 (02:06 +0100)
commitdc110b71c115dc9d1ac708ae62aad7d1a7218dcf
tree65cafac8a5b516c791d098fe7dbb87df93dda01b
parent4bd386f281264bc004f3c16820e51633f6b31308
Enable authZ checks for member actions

Blueprint make-authz-orthogonal

This implements work item #1 of the blueprint.
This patch enables authZ checks for 'member actions' in the base
controller and removes explicit checks from l3_db.
This patch also addresses a small glitch in the policy engine which
was assuming the request always had a body.

Change-Id: I7e0f386eedcfff24ea1fee7294bbadd6c5ec781c
etc/policy.json
quantum/api/v2/base.py
quantum/db/l3_db.py
quantum/policy.py