bouncestorage / swiftproxy

Access other storage backends via the Swift API
Apache License 2.0
31 stars 2 forks source link

authentication support for swiftproxy #19

Closed kahing closed 9 years ago

kahing commented 9 years ago

authentication requests are forwarded to the underly blobstore, or validated via the BlobLocator interface. On success, SwiftProxy generates and returns a auth token, which is valid for (by default) 24 hours. Subsequent requests with the same auth token will be forwarded to the same blob store.

Fixes #18

gaul commented 9 years ago

:+1: