keystone/keystone/middleware
Colleen Murphy dd473ce7ec Remove "no auth token" debug log
When things go badly and we turn on debug logs, we start seeing this
message about a missing auth token for every auth request. To the
untrained eye, it looks like the culprit when you are debugging auth
problems. In reality, it usually just means the initial POST
/auth/tokens request was sent, which does not include the X-Auth-Token
header. This log adds more confusion than clarify, so this patch removes
itin favor of a code comment.

Change-Id: I4657523a170607d664b73ac1f1ab44d7f1460b33
Closes-bug: #1726736
2017-10-24 21:54:14 +02:00
..
__init__.py Move AuthContext middleware into its own file 2015-11-12 11:47:51 +11:00
auth.py Remove "no auth token" debug log 2017-10-24 21:54:14 +02:00
core.py Move auth header definitions into authorization 2017-09-30 07:26:18 +10:00