neutron-lbaas/neutron_lbaas/common
James Arendt 58e78d5013 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
(cherry picked from commit 182dd4238f)
2016-02-26 19:58:54 +00:00
..
cert_manager Adding "region and endpoint_type" parameters to barbican_cert_manager.py 2016-02-04 13:43:01 -07:00
tls_utils Fixes private key loading issue 2015-08-03 12:16:53 -05:00
__init__.py Common TLS utilities 2015-02-04 11:54:36 -06:00
exceptions.py Certificate Management Interface + Implementations 2015-02-06 13:44:04 -06:00
keystone.py Neutron LBaaS leaking admin_password into logs 2016-02-26 19:58:54 +00:00