From a7472f139d7f1c4b40906e66302db720efdb19a7 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Wed, 7 Mar 2012 16:00:45 -0800 Subject: HTTP_AUTHORIZATION was used in proxy mode Change-Id: I72eae79bd1991321eac224777fb186c5022f2c12 --- keystone/middleware/auth_token.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/keystone/middleware/auth_token.py b/keystone/middleware/auth_token.py index a6673159..9f9421de 100644 --- a/keystone/middleware/auth_token.py +++ b/keystone/middleware/auth_token.py @@ -53,15 +53,9 @@ WWW-Authenticate HTTP header returned to a user indicating which endpoint to use to retrieve a new token -HTTP_AUTHORIZATION - basic auth password used to validate the connection - What we add to the request for use by the OpenStack service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -HTTP_X_AUTHORIZATION - The client identity being passed in - HTTP_X_IDENTITY_STATUS 'Confirmed' or 'Invalid' The underlying service will only see a value of 'Invalid' if the Middleware -- cgit