Hide Forgot
Description of problem: Creating application which includes database gear will log database credentials in /var/log/openshift/node/platform-trace.log. Version-Release number of selected component (if applicable): 1.2.1 How reproducible: Always Steps to Reproduce: 1. Create app with database gear add on. Actual results: From /var/log/openshift/node/platform-trace.log: CLIENT_RESULT: MySQL 5.1 database added. Please make note of these credentials: CLIENT_RESULT: Root User: <ROOTUSERNAME> CLIENT_RESULT: Root Password: <ROOTPASSWORD> CLIENT_RESULT: Database Name: <dbname> ... CART_PROPERTIES: username=<ROOTUSERNAME> CART_PROPERTIES: password=<ROOTPASSWORD> CART_PROPERTIES: database_name=<dbname> ... Expected results: Passwords are filtered out. Additional info: None
*** Bug 1045303 has been marked as a duplicate of this bug. ***