neutron-lbaas/neutron_lbaas/common
James Arendt 182dd4238f Neutron LBaaS leaking admin_password into logs
Current code leaks the keystone admin_password in the cfg
into log files.

Example from DevStack q-svc.log:
service_auth.admin_password    = password

Issue is that the cfg.StrOpt for admin_password did not set
'secret=True", which would give:
service_auth.admin_password    = ****

Change-Id: I24410641ad48b2e86984b383b144e29478a94344
Closes-Bug: #1549547
2016-02-24 16:23:45 -08:00
..
cert_manager Adding "region and endpoint_type" parameters to barbican_acl.py 2016-01-22 14:29:55 -07:00
tls_utils Encode certificate data for processing 2016-01-25 10:20:41 -06:00
__init__.py Common TLS utilities 2015-02-04 11:54:36 -06:00
exceptions.py Migrate some stuff to neutron-lib 2016-02-11 04:29:05 +00:00
keystone.py Neutron LBaaS leaking admin_password into logs 2016-02-24 16:23:45 -08:00