oslo.context/oslo_context
Ben Nemec 1dd72d1d20 Filter out auth_token_info from logging values
auth_token_info is a common field that subclasses of RequestContext
add. It contains things like the token itself and the entire catalog,
both of which are undesirable to log. The token is a security concern
and the catalog is huge, which bloats the logs an unacceptable amount.

This change removes the auth_token_info key from the logging dict
that we return to the log formatter, which eliminates both problems.

Change-Id: If5ebaa3c1859d32cd05f51defe173fc625b21af5
Closes-Bug: 1866705
2020-03-10 17:55:16 +00:00
..
tests Filter out auth_token_info from logging values 2020-03-10 17:55:16 +00:00
__init__.py Move out of the oslo namespace package 2014-11-14 13:52:32 -05:00
context.py Filter out auth_token_info from logging values 2020-03-10 17:55:16 +00:00
fixture.py ensure we reset contexts when fixture is used 2015-03-05 12:12:27 -05:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:22 -05:00