lp://staging/~jaypipes/glance/auth
- Get this branch:
- bzr branch lp://staging/~jaypipes/glance/auth
Branch merges
Recent revisions
- 31. By Jay Pipes
-
First round of authentication infrastructure.
Adds middleware to Glance to support authentication.
Adds a very simple, stub SimpleAuthServiceDriver class
that is used to query any server that can populate the
X-Auth-Token header after verifying the contents of a
supplied X-Auth-User and X-Auth-Key header.Very idiotic test case added... basically, want to have
some discussion on whether this is the "right" way to
go about doing this.Discussion point: do we need Nova/Swift/whatever to expose
an AUTH-only part of their REST API? - 26. By Jay Pipes
-
Fixes binaries, updates WSGI file to more recent version from Nova, and fixes an issue in SQLAlchemy API that was being hidden by stubs and only showed up when starting up the actual binaries and testing...
- 22. By Rick Harris
-
Moving imports into main which will only be executed after we daemonize thus avoiding the premature initialization of epoll.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/glance/trunk