diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 9f50ed2c06..90b1396df4 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -624,7 +624,7 @@ Topics: File: using-insights-operator - Name: Using remote health reporting in a restricted network File: remote-health-reporting-from-restricted-network - - Name: Importing simple content access certificates with Insights Operator + - Name: Importing simple content access entitlements with Insights Operator File: insights-operator-simple-access - Name: Gathering data about your cluster File: gathering-cluster-data diff --git a/modules/insights-operator-configuring-sca.adoc b/modules/insights-operator-configuring-sca.adoc index 4f7fd21712..913779e263 100644 --- a/modules/insights-operator-configuring-sca.adoc +++ b/modules/insights-operator-configuring-sca.adoc @@ -7,7 +7,7 @@ [id="insights-operator-configuring-sca_{context}"] = Configuring simple content access import interval -You can configure how often the Insights Operator imports the simple content access certificates using the `support` secret in the `openshift-config` namespace. The certificate import normally occurs every 8 hours, but you can shorten this interval if you update your simple content access configuration in Red Hat Subscription Management. +You can configure how often the Insights Operator imports the simple content access entitlements using the `support` secret in the `openshift-config` namespace. The entitlement import normally occurs every eight hours, but you can shorten this interval if you update your simple content access configuration in Red Hat Subscription Management. This procedure describes how to update the import interval to one hour. diff --git a/modules/insights-operator-disabling-sca.adoc b/modules/insights-operator-disabling-sca.adoc index 49565bfa72..008317988a 100644 --- a/modules/insights-operator-disabling-sca.adoc +++ b/modules/insights-operator-disabling-sca.adoc @@ -7,7 +7,7 @@ [id="insights-operator-disabling-sca_{context}"] = Disabling simple content access import -You can disable the import of simple content access certificates using the `support` secret in the `openshift-config` namespace. +You can disable the importing of simple content access entitlements using the `support` secret in the `openshift-config` namespace. .Prerequisites @@ -22,7 +22,7 @@ You can disable the import of simple content access certificates using the `supp . Click *Add Key/Value*. . Create a key named `scaPullDisabled` with a value of `true`, and click *Save*. + -The simple content access certificate import is now disabled. +The simple content access entitlement import is now disabled. + [NOTE] ==== diff --git a/support/remote_health_monitoring/insights-operator-simple-access.adoc b/support/remote_health_monitoring/insights-operator-simple-access.adoc index 39fd51c636..7b8f8574d6 100644 --- a/support/remote_health_monitoring/insights-operator-simple-access.adoc +++ b/support/remote_health_monitoring/insights-operator-simple-access.adoc @@ -1,22 +1,27 @@ :_content-type: ASSEMBLY [id="insights-operator-simple-access"] -= Importing simple content access certificates with Insights Operator += Importing simple content access entitlements with Insights Operator include::_attributes/common-attributes.adoc[] :context: remote-health-reporting-from-restricted-network :FeatureName: `InsightsOperatorPullingSCA` toc::[] -Insights Operator periodically imports your simple content access certificates from {cluster-manager-url} and stores them in the `etc-pki-entitlement` secret in the `openshift-config-managed` namespace. Simple content access is a capability in Red Hat subscription tools which simplifies the behavior of the entitlement tooling. This feature makes it easier to consume the content provided by your Red Hat subscriptions without the complexity of configuring subscription tooling. +Insights Operator periodically imports your simple content access entitlements from {cluster-manager-url} and stores them in the `etc-pki-entitlement` secret in the `openshift-config-managed` namespace. Simple content access is a capability in Red Hat subscription tools which simplifies the behavior of the entitlement tooling. This feature makes it easier to consume the content provided by your Red Hat subscriptions without the complexity of configuring subscription tooling. -Insights Operator imports simple content access certificates every 8 hours by default, but can be configured or disabled using the `support` secret in the `openshift-config` namespace. +Insights Operator imports simple content access entitlements every eight hours, but can be configured or disabled using the `support` secret in the `openshift-config` namespace. + +[NOTE] +===== +Simple content access must be enabled in Red Hat Subscription Management for the importing to function. +===== [role="_additional-resources"] .Additional resources * See link:https://access.redhat.com/documentation/en-us/subscription_central/2021/html-single/getting_started_with_simple_content_access/index#assembly-about-simplecontent[About simple content access] in the Red Hat Subscription Central documentation, for more information about simple content access. -* See xref:../../cicd/builds/running-entitled-builds.adoc[Using Red Hat subscriptions in builds], for more information about using simple content access certificates in {product-title} entitled builds. +* See xref:../../cicd/builds/running-entitled-builds.adoc[Using Red Hat subscriptions in builds] for more information about using simple content access entitlements in {product-title} builds. include::modules/insights-operator-configuring-sca.adoc[leveloffset=+1]