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.

Prerequisites
  • 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-admin role.

  • The insights-config ConfigMap object exists in the openshift-insights namespace.

Procedure
  1. Go to WorkloadsConfigMaps and select Project: openshift-insights.

  2. Click on the insights-config ConfigMap object to open it.

  3. Click Actions and select Edit ConfigMap.

  4. Click the YAML view radio button.

  5. In the file, set the sca attribute to disabled: false.

    apiVersion: v1
    kind: ConfigMap
    # ...
    data:
      config.yaml: |
        sca:
          disabled: false
    # ...
  6. Click Save. The insights-config config-map details page opens.

  7. Verify that the value of the config.yaml sca attribute is set to disabled: false.