aodh/ceilometer/api
Angus Salkeld d88a3097ae Do the same auth checks in the v2 API as in the v1 API
- Don't limit access to admin.
- Reuse the get_limit_to_project() function from v1/acl.py

This requires some patches to wsme to fix the Response status (so we
can set it to a 401). We don't have this yet, so I am posting an
interim patch. Once we have the next version of wsme I'll fix the
status_code that is returned (see the TODO comments).

Change-Id: Ib39f045b3f9c4ff1f851e13d528fd117aed45c34
2013-05-10 21:19:02 +10:00
..
controllers Do the same auth checks in the v2 API as in the v1 API 2013-05-10 21:19:02 +10:00
v1 Do the same auth checks in the v2 API as in the v1 API 2013-05-10 21:19:02 +10:00
__init__.py Use oslo-config-2013.1b3 2013-02-18 12:38:10 +00:00
acl.py Do the same auth checks in the v2 API as in the v1 API 2013-05-10 21:19:02 +10:00
app.py Do the same auth checks in the v2 API as in the v1 API 2013-05-10 21:19:02 +10:00
app.wsgi Add sample configuration files for mod_wsgi 2013-03-08 16:10:37 -05:00
config.py Simplify ceilometer-api and checks Keystone middleware parsing 2013-01-25 13:45:06 +01:00
hooks.py Allow posting samples via the rest API (v2) 2013-05-10 13:54:19 +10:00
middleware.py enable xml error message response 2013-03-20 11:02:36 -04:00