Enable a previously disabled simple content access import
If the importing of simple content access entitlements is disabled, the Insights Operator does not import simple content access entitlements. You can change this behavior.
-
Remote health reporting is enabled, which is the default.
-
You have logged in to the OpenShift Container Platform web console as a user with the
cluster-adminrole. -
The
insights-configConfigMapobject exists in theopenshift-insightsnamespace.
-
Go to Workloads → ConfigMaps and select Project: openshift-insights.
-
Click on the insights-config
ConfigMapobject to open it. -
Click Actions and select Edit ConfigMap.
-
Click the YAML view radio button.
-
In the file, set the
scaattribute todisabled: false.apiVersion: v1 kind: ConfigMap # ... data: config.yaml: | sca: disabled: false # ... -
Click Save. The insights-config config-map details page opens.
-
Verify that the value of the
config.yamlscaattribute is set todisabled: false.