mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
CCXDEV-9284 Clarify SCA entitlement section
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
02d544beb0
commit
b8f7b73323
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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]
|
||||
====
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user