diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2012-03-07 16:00:45 -0800 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2012-03-07 16:00:45 -0800 |
| commit | a7472f139d7f1c4b40906e66302db720efdb19a7 (patch) | |
| tree | 00261631992c97e15e1042ed774a2d1b2b8897e8 | |
| parent | fe6414c8c1f769e6cc87fc001b6c52c5fea0f160 (diff) | |
HTTP_AUTHORIZATION was used in proxy mode
Change-Id: I72eae79bd1991321eac224777fb186c5022f2c12
| -rw-r--r-- | keystone/middleware/auth_token.py | 6 |
1 files changed, 0 insertions, 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 |
