RFE: EC2 token middleware should memcache the token validated in keystone
Bug #1002962 reported by
Chmouel Boudjnah
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Won't Fix
|
Medium
|
Unassigned | ||
keystonemiddleware |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Currently we are making a request every time to keystone server for validating token, this should/could be cached
Changed in keystone: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
affects: | keystone → python-keystoneclient |
Changed in keystone: | |
assignee: | Chmouel Boudjnah (chmouel) → nobody |
Changed in keystone: | |
status: | In Progress → Confirmed |
summary: |
- EC2 token should memcache the token validated in keystone + RFE: EC2 token middleware should memcache the token validated in + keystone |
Changed in keystonemiddleware: | |
importance: | Medium → Wishlist |
To post a comment you must log in.
Marking this as fixed because I'm assuming this is referring to caching in auth_token, which has been moved to keystoneclient and now supports memcache and in memory caching.