Bug 1363816
Summary: | password DWH_DB_PASSWORD not hidden | |||
---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Fabrice Bacchella <fabrice.bacchella> | |
Component: | Services | Assignee: | Yedidyah Bar David <didi> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.0.0 | CC: | bugs, fabrice.bacchella, lsvaty, sbonazzo, ylavi | |
Target Milestone: | ovirt-4.0.3 | Keywords: | ZStream | |
Target Release: | 4.0.3 | Flags: | rule-engine:
ovirt-4.0.z+
ylavi: planning_ack+ sbonazzo: devel_ack+ lsvaty: testing_ack+ |
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause:
DWH database is used by the engine for the new 4.0 dashboard feature, so credentials were added to its configuration, but not to the list of keys to filter in the logs.
Consequence:
DWH database password appears in the logs as-is.
Fix:
DWH_DB_PASSWORD was added to SENSITIVE_KEYS
Result:
The password is replaces with '***'
|
Story Points: | --- | |
Clone Of: | ||||
: | 1369695 (view as bug list) | Environment: | ||
Last Closed: | 2016-08-29 14:51:13 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1369695, 1369793 |
Description
Fabrice Bacchella
2016-08-03 16:04:31 UTC
AFAICT this refers to engine log files, not dwh (or engine-setup). Changing product/component. Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. Steps for reproduction/verification: setup engine 4.0 with dwh grep -R DWH_DB_PASSWORD /var/log/ovirt-engine/* With broken version: /var/log/ovirt-engine/engine.log:2016-08-24 10:10:20,764 INFO [org.ovirt.engine.core.uutils.config.ShellLikeConfd] (ServerService Thread Pool -- 45) [] Value of property 'DWH_DB_PASSWORD' is 'zJQ11m3Cl4tJIrXJ0sdKEj'. With fixed version: /var/log/ovirt-engine/engine.log:2016-08-24 10:14:20,444 INFO [org.ovirt.engine.core.uutils.config.ShellLikeConfd] (ServerService Thread Pool -- 46) [] Value of property 'DWH_DB_PASSWORD' is '***'. Fabrice, please confirm. Did you see it elsewhere? And thanks for the report! I don't remember seeing it elsewhere. verified in ovirt-engine-setup-4.0.3-0.1.el7ev.noarch |