-
Bug
-
Resolution: Can't Do
-
Undefined
-
None
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
rhel-virt-storage
-
-
virt-storage Sprint1
-
No
Description of problem:
The downwardMetrics outputs the hostName where the VMI is running. This is considered sensitive information. Instead, the downwardMetrics should display a hash of the hostName.
Version-Release number of selected component (if applicable):
4.15
How reproducible:
100%
Steps to Reproduce:
1. Enable the downwardMetrics FG. 2. Spin a VM with the downwardMetrics enabled. 3. Fetch the metrics inside the VM.
Actual results:
<metric type="string" context="host">
<name>HostName</name>
<value>node01</value>
</metric>
Expected results:
<metric type="string" context="host">
<name>HostName</name>
<value>055bc6e561ce54a777996abba9a0e4760a846cb634cfebb9bf1aa975d5edd81e</value>
</metric>
Additional info: