John Dennis 8b648488b2 Log TokenNotFound at INFO level instead of WARNING
Token expiration is normal, however the client logs fill up with these
ominous WARNING messages:

WARNING keystonemiddleware.auth_token [-] Authorization failed for token
WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "Could not find token: 24ffb14540c74a7c964f9627fe2af8fb", "code": 404, "title": "Not Found"}}

It seems more useful to log normal events at a level less than WARNING,
this would reduce the log size but more importantly it will help
elminate the concerns raised when logs are filled with WARNING messages
that are otherwise benign.

Change-Id: I54ad6b5530ee81616bd4a44f8295985f5d84c2ee
Closes-Bug: #1738300
Signed-off-by: John Dennis <jdennis@redhat.com>
2017-12-18 16:30:45 +00:00
2017-01-03 09:13:38 -05:00
2017-10-02 21:57:27 -05:00
2014-06-19 15:45:29 -07:00
2017-10-02 21:57:27 -05:00
2015-06-07 10:37:27 -05:00
2014-06-19 15:45:29 -07:00
2017-07-20 16:38:16 +08:00
2014-06-19 15:45:29 -07:00
2017-07-20 16:38:16 +08:00
2017-10-15 17:00:19 +00:00
2017-04-06 22:03:25 +00:00
2017-10-02 21:57:27 -05:00

Team and repository tags

image

Middleware for the OpenStack Identity API (Keystone)

Latest Version

Downloads

This package contains middleware modules designed to provide authentication and authorization features to web services other than Keystone <https://github.com/openstack/keystone>. The most prominent module is keystonemiddleware.auth_token. This package does not expose any CLI or Python API features.

For information on contributing, see CONTRIBUTING.rst.

For any other information, refer to the parent project, Keystone:

https://github.com/openstack/keystone

Description
OpenStack Identity (Keystone) Middleware
Readme 14 MiB
Languages
Python 100%