python-neutronclient/neutronclient
Stanislaw Pitucha f273e1b751 Don't log the credentials by default
Even in case of DEBUG level logging credentials (especially those that
give admin level access) should not be saved into log files.

This way of handling it has the side effect that if someone uses
password "password", it will be replaced in another place too... but
password "password" or some other keyword that can be found in the
request itself was a pretty bad idea to begin with.

Shell utilities are not affected and the verbose mode will still
display the passwords to make debugging easy.

Implements: blueprint limit-credentials-logging
Change-Id: I50d0ebbfbd44c7a5b162d9334b4fdbda67e5c28d
2013-08-02 13:15:34 +00:00
..
common Don't log the credentials by default 2013-08-02 13:15:34 +00:00
neutron Add command for listing available service providers 2013-08-01 14:12:44 +04:00
openstack Rename quantumclient to neutronclient 2013-07-03 11:56:44 -04:00
tests/unit Rename quantumclient to neutronclient 2013-07-03 11:56:44 -04:00
v2_0 Add command for listing available service providers 2013-08-01 14:12:44 +04:00
__init__.py Rename quantumclient to neutronclient 2013-07-03 11:56:44 -04:00
client.py Don't log the credentials by default 2013-08-02 13:15:34 +00:00
shell.py Don't log the credentials by default 2013-08-02 13:15:34 +00:00
version.py Rename quantumclient to neutronclient 2013-07-03 11:56:44 -04:00