zaqar/marconi/transport
kgriffs 4208286d53 Remove project ID from the URI
This patch modifies the WSGI routes to pull the project ID from
the headers (X-Project-ID) rather than from the URI. Once this
is merged, the implementation will be fully compliant with
the V1 API spec.

Note that clients will be required to include X-Project-ID in
requests since there will not always be a 1:1 relationship
between auth token and project. To support this scenario, the
service provider will also need to perform policy enforcement
in a proxy or in middleware.

Implements: blueprint v1-api
Change-Id: Ib0b1218a98521b903643f3446d2192cddde135a7
2013-06-24 22:33:52 +00:00
..
wsgi Remove project ID from the URI 2013-06-24 22:33:52 +00:00
zmq chore: Setup directory structure 2013-02-26 19:40:42 +01:00
__init__.py Added some de-facto style guidelines to HACKING and fixed violations 2013-06-17 09:58:30 -04:00
auth.py Added some de-facto style guidelines to HACKING and fixed violations 2013-06-17 09:58:30 -04:00
base.py Replace gunicorn with wsgiref 2013-06-10 16:46:26 +02:00
helpers.py Pass content length to req.stream.read() in WSGI transport 2013-06-11 11:20:27 -04:00