Middleware that supports standard http caching.
Registered by
Yogeshwar
http://
We could write a middle ware that sets standard http headers for caching when a validate token call is made.
This would allow people to use standard web accelerators on top of keystone to cache the calls.Would be a huge performance boost.
Blueprint information
- Status:
- Complete
- Approver:
- Ziad Sawalha
- Priority:
- Low
- Drafter:
- Yogeshwar
- Direction:
- Needs approval
- Assignee:
- Dolph Mathews
- Definition:
- Approved
- Series goal:
- Accepted for essex
- Implementation:
-
Implemented
- Milestone target:
-
2012.1
- Started by
- Ziad Sawalha
- Completed by
- Ziad Sawalha
Related branches
Related bugs
Sprints
Whiteboard
Two implementations made it into the code for E3:
1 - we now return Vary headers to support caching
2 - auth_token middleware supports memcached and swift caching
(?)