Make AuthContextMiddleware more flask friendly
Bug #1797446 reported by
Morgan Fainberg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Triaged
|
Wishlist
|
Unassigned | ||
keystonemiddleware |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
AuthContextMidd
This is a wishlist bug to eliminate the last hard dependencies within Keystone Server on Webob and being 100% flask native (externally loaded middleware makes no difference).
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in keystonemiddleware: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
I understand the wishlish nature of this, so just a comment.
The middleware itself should be a purely wsgi interface. There are some objects passed down that technicallly break this contract, but off the top of my head i don't think any of them are webob related.
Webob is a small dependency which basically wraps those wsgi interfaces into something easy to use and my impression is that the work required to re-implement it is not worth the effort.
Anyway - wishlist.