Skip to content

Commit 54b61c9

Browse files
authored
Add obfuscation procedure (#4033)
* Add obfuscation procedure * Address suggestions * Fix example.com * Update with Insights attribute and replace client with host * Verify replaces Confirm and change to Verification * Change wording based on suggestion
1 parent bce7da3 commit 54b61c9

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

guides/common/assembly_monitoring-hosts-by-using-red-hat-insights.adoc renamed to guides/common/assembly_monitoring-hosts-by-using-insights.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ifndef::satellite[]
1818
include::modules/proc_enabling-rh-cloud-and-insights-client-reports-on-hosts.adoc[leveloffset=+1]
1919
endif::[]
2020

21+
include::modules/proc_obfuscating-hostnames-and-ip-addresses.adoc[leveloffset=+1]
22+
2123
include::modules/proc_deploying-insights-by-using-the-ansible-role.adoc[leveloffset=+1]
2224

2325
include::modules/proc_configuring-synchronization-of-insights-recommendations-for-hosts.adoc[leveloffset=+1]
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
:_mod-docs-content-type: PROCEDURE
2+
3+
[id="obfuscating-hostnames-and-ip-addresses"]
4+
= Obfuscating hostnames and IP addresses
5+
6+
You can use {ProjectName} to obfuscate hostnames and IP addresses when uploading host data to {Insights}.
7+
Obfuscation ensures that sensitive identifying information is not exposed.
8+
When obfuscation settings are enabled, {Project} obfuscates hostnames and IP addresses.
9+
If obfuscation settings are enabled and the host has its own `insights-client` obfuscation settings, {Project} honors the host settings.
10+
If obfuscation settings are disabled, {Project} does not obfuscate hostnames or IP addresses unless the client has obfuscation enabled in `insights-client`.
11+
12+
By default, {Project} applies global obfuscation settings unless an `insights-client` on the host overrides the settings with its own configuration.
13+
This procedure describes how {Project} applies obfuscation settings.
14+
15+
.Prerequisites
16+
* Your hosts have `insights-client` installed and configured.
17+
18+
.Procedure
19+
. Navigate to *{Insights}* > *Inventory Upload*.
20+
. Enable the *Obfuscate host names* and *Obfuscate host ipv4 addresses* settings to obfuscate host names and ipv4 addresses sent to the {RHCloud}.
21+
22+
.Verification
23+
. In the {ProjectWebUI}, navigate to *{Insights}* > *Inventory Upload*.
24+
. In the *Organization* dropdown menu, select the organization that uploaded the host data.
25+
. Click *Download report* to download the host inventory report from {Insights}.
26+
. Verify that the hostname is `randomhostname.example.com` and the IP address is obfuscated.

guides/doc-Managing_Hosts/master.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif::[]
3535
include::common/assembly_host-management-and-monitoring-using-cockpit.adoc[leveloffset=+1]
3636

3737
ifdef::satellite,orcharhino[]
38-
include::common/assembly_monitoring-hosts-by-using-red-hat-insights.adoc[leveloffset=+1]
38+
include::common/assembly_monitoring-hosts-by-using-insights.adoc[leveloffset=+1]
3939
endif::[]
4040

4141
ifdef::katello,orcharhino[]

0 commit comments

Comments
 (0)