swift/swift/common/middleware
John Dickinson 508ebca777 domain remap middleware that maps account and container references in the domain to the path 2010-10-28 22:41:38 -05:00
..
__init__.py Initial commit of middleware refactor 2010-08-20 00:42:38 +00:00
acl.py For ACL strings: Shortened .ref to just .r, though .ref, .referer, and .referrer are all accepted. Updated 'Creating Your Own Auth Middleware' to describe how the DevAuth server works and suggestions for creating one's own. Added reseller_prefix (optional) implementation. Used urlparse in referrer_allowed. Fixed bug where group names would get lowercased by clean_acl. Changed .r:any to .r:*. Allowed .r:*.example.com to mean .r:.example.com. Made proxy log just the first authenticated group (the user) alongside the token. Moved proxy callback to clean_acl before the length check of the metadata. Cleaned up redundant logic in first proxy swift.authorize callback. Bit better docs. More and updated tests. 2010-09-08 22:37:27 -07:00
auth.py More doc updates, little refactoring too 2010-09-17 11:26:30 -07:00
domain_remap.py domain remap middleware that maps account and container references in the domain to the path 2010-10-28 22:41:38 -05:00
healthcheck.py Just a bit of PEP8ing 2010-09-15 20:52:54 -07:00
memcache.py domain remap middleware that maps account and container references in the domain to the path 2010-10-28 22:41:38 -05:00
ratelimit.py adding rate limit sleep log 2010-10-22 11:43:39 -07:00