Bug #11473
rgw: keystone does not support chunked input
0%
Description
We have to make sure that we set the Content-Length header when getting an admin token and checking revoked tokens, otherwise Keystone returns a HTTP 411 error.
Related issues
Associated revisions
Swift: Set Content-Length when requesting/checking Keystone tokens
Running Keystone with WSGIChunkedRequest=On is not supported.
We have to make sure that we set the Content-Length header when getting
an admin token and checking revoked tokens, otherwise Keystone returns
a HTTP 411 error.
Same applies when checking revoked tickets.
Fixes: #11473
Backport: Hammer, Firefly
Signed-off-by: Hervé Rousseau <hroussea@cern.ch>
Swift: Set Content-Length when requesting/checking Keystone tokens
Running Keystone with WSGIChunkedRequest=On is not supported.
We have to make sure that we set the Content-Length header when getting
an admin token and checking revoked tokens, otherwise Keystone returns
a HTTP 411 error.
Same applies when checking revoked tickets.
Fixes: #11473
Backport: Hammer, Firefly
Signed-off-by: Hervé Rousseau <hroussea@cern.ch>
(cherry picked from commit 24f477417fdac9d68902fa211c8edf92a2e8729f)
History
#1 Updated by Nathan Cutler about 8 years ago
- Description updated (diff)
- Status changed from New to Pending Backport
- Assignee set to Yehuda Sadeh
- Regression set to No
#2 Updated by Nathan Cutler about 8 years ago
- Status changed from Pending Backport to Resolved