An issue has been observed where a typo in the --wbem-transport parameter (e.g., "htpts" instead of "https") causes MetricsHub to reject the command as expected. However, the resulting error message displays the entire WbemConfiguration object, including sensitive details like the password, which should not appear in the logs.
Since configuration data can contain sensitive information, displaying configuration objects should be avoided in error logs.
Problem Statement
An issue has been observed where a typo in the
--wbem-transport
parameter (e.g.,"htpts"
instead of"https"
) causes MetricsHub to reject the command as expected. However, the resulting error message displays the entireWbemConfiguration
object, including sensitive details like the password, which should not appear in the logs.Since configuration data can contain sensitive information, displaying configuration objects should be avoided in error logs.