oslo.middleware/oslo_middleware
Jamie Lennox df5c11ddcc Filter token data out of catch_errors middleware
If an exception is caught by the catch_errors middleware the entire
request is dumped into the log including sensitive information like
tokens. Filter that information before outputting the failed request.

Closes-Bug: #1628031
Change-Id: I2563403993513c37751576223275350cac2e0937
2017-01-26 17:44:07 +01:00
..
healthcheck Transform healthcheck from filter to an application 2016-12-01 11:16:12 +01:00
locale Remove pot files 2016-08-24 08:38:59 +02:00
tests Filter token data out of catch_errors middleware 2017-01-26 17:44:07 +01:00
__init__.py add missing shortcut for HTTPProxyToWSGI middleware 2015-11-09 13:31:59 -05:00
_i18n.py Update translation setup 2016-01-29 10:39:12 +00:00
base.py Do not add a default content type when replying 2016-05-11 14:07:38 +02:00
catch_errors.py Filter token data out of catch_errors middleware 2017-01-26 17:44:07 +01:00
correlation_id.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-07 04:10:58 +00:00
cors.py TrivialFix: Remove default=None when set value in Config 2016-10-19 13:07:45 +08:00
debug.py Replace six.iteritems() with .items() 2016-12-09 10:37:30 +08:00
http_proxy_to_wsgi.py make sure we handle the forwarded for headers 2016-09-08 10:45:42 -07:00
opts.py Allow healthcheck to be configured by oslo.config 2016-11-02 09:50:39 +11:00
request_id.py Restore backward compat of paste factory 2015-08-20 16:49:32 +02:00
sizelimit.py Restore backward compat of paste factory 2015-08-20 16:49:32 +02:00
ssl.py Limit ssl deprecation warning to external importers 2016-10-17 10:23:23 +08:00
stats.py Add new middleware to send API data to statsd 2017-01-04 09:23:57 +10:00
version.py Add reno for release notes management 2016-06-30 09:58:08 +00:00