]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Password config options should be marked secret
authorEric Brown <browne@vmware.com>
Wed, 25 Feb 2015 23:36:59 +0000 (15:36 -0800)
committerEric Brown <browne@vmware.com>
Fri, 27 Feb 2015 23:12:10 +0000 (23:12 +0000)
commitdf63520f17061cedfc1d9289c7905db33536dadd
tree1e3d8f4eb220151c33060221efbab928e2c76630
parentee166eb5e5ae8d44b86b62285ab62eef2d77da88
Password config options should be marked secret

If passwords are not marked secret, there is the potential for
them to be logged in a world readable location.

Link to the OSSG guideline (may change in the future):
https://github.com/hyakuhei/OSSG-Security-Practices/blob/master/sensitive_config_file_options.md

Oslo.config descriptions:
http://docs.openstack.org/developer/oslo.config/cfg.html#special-handling-instructions

SecImpact

Change-Id: I6d5c80b7610d593fdd331c726039f1456d2c5bf7
neutron/plugins/cisco/db/l3/device_handling_db.py