You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/insights-operator-enable-obfuscation.adoc
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,16 @@ Obfuscation assigns non-identifying values to cluster IPv4 addresses, and uses a
18
18
19
19
For cluster base domains, obfuscation changes the base domain to a hardcoded substring. For example, `cluster-api.openshift.example.com` becomes `cluster-api.<CLUSTER_BASE_DOMAIN>`.
20
20
21
+
The following procedure enables obfuscation using the `support` secret in the `openshift-config` namespace.
22
+
21
23
.Prerequisites
22
24
23
25
* You are logged in to the {product-title} web console as `cluster-admin`.
24
26
25
27
.Procedure
26
28
27
29
. Navigate to *Workloads* -> *Secrets*.
30
+
. Select the *openshift-config* project.
28
31
. Search for the *support* secret using the *Search by name* field. If it does not exist, click *Create* -> *Key/value secret* to create it.
29
32
. Click the *Options* menu {kebab}, and then click *Edit Secret*.
30
33
. Click *Add Key/Value*.
@@ -33,3 +36,13 @@ For cluster base domains, obfuscation changes the base domain to a hardcoded sub
33
36
. Select the `openshift-insights` project.
34
37
. Find the `insights-operator` pod.
35
38
. To restart the `insights-operator` pod, click the *Options* menu {kebab}, and then click *Delete Pod*.
39
+
40
+
.Verification
41
+
42
+
. Navigate to *Workloads* -> *Secrets*.
43
+
. Select the *openshift-insights* project.
44
+
. Search for the *obfuscation-translation-table* secret using the *Search by name* field.
45
+
46
+
If the `obfuscation-translation-table` secret exists, then obfuscation is enabled and working.
47
+
48
+
Alternatively, you can inspect `/insights-operator/gathers.json` in your Insights Operator archive for the value `"is_global_obfuscation_enabled": true`.
* For more information on how to download your Insights Operator archive, see xref:../../support/remote_health_monitoring/showing-data-collected-by-remote-health-monitoring.adoc#insights-operator-showing-data-collected-from-the-cluster_showing-data-collected-by-remote-health-monitoring[Showing data collected by the Insights Operator].
0 commit comments