Skip to content

Commit 89d4f11

Browse files
committed
CCXDEV-7025 Update the SCA configuration docs
1 parent 0e4e679 commit 89d4f11

File tree

4 files changed

+20
-23
lines changed

4 files changed

+20
-23
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Topics:
480480
File: using-insights-to-identify-issues-with-your-cluster
481481
- Name: Using remote health reporting in a restricted network
482482
File: remote-health-reporting-from-restricted-network
483-
- Name: Configuring RHEL Simple Content Access
483+
- Name: Importing simple content access certificates with Insights Operator
484484
File: insights-operator-simple-access
485485
- Name: Gathering data about your cluster
486486
File: gathering-cluster-data

modules/insights-operator-configuring-sca.adoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55

66
[id="insights-operator-configuring-sca_{context}"]
7-
= Configuring Simple Content Access import interval
7+
= Configuring simple content access import interval
88

9-
You can configure how often the Insights Operator imports the RHEL Simple Content Access (SCA) certificates using the `support` secret in the `openshift-config` namespace. The certificate import normally occurs every 8 hours, but you may want to shorten this interval if you update your SCA configuration in Red Hat Subscription Management.
9+
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.
1010

1111
This procedure describes how to update the import interval to one hour.
1212

@@ -21,14 +21,9 @@ This procedure describes how to update the import interval to one hour.
2121
. Search for the *support* secret using the *Search by name* field. If it does not exist, click *Create* -> *Key/value secret* to create it.
2222
. Click the *Options* menu {kebab}, and then click *Edit Secret*.
2323
. Click *Add Key/Value*.
24-
. Create a key named `ocmInterval` with a value of `1h`, and click *Save*.
24+
. Create a key named `scaInterval` with a value of `1h`, and click *Save*.
2525
+
2626
[NOTE]
2727
====
2828
The interval `1h` can also be entered as `60m` for 60 minutes.
2929
====
30-
+
31-
. Navigate to *Workloads* -> *Pods*
32-
. Select the `openshift-insights` project.
33-
. Find the `insights-operator` pod.
34-
. To restart the `insights-operator` pod, click the *Options* menu {kebab}, and then click *Delete Pod*.

modules/insights-operator-disabling-sca.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55

66
[id="insights-operator-disabling-sca_{context}"]
7-
= Disabling Simple Content Access import
7+
= Disabling simple content access import
88

9-
You can disable the import of RHEL Simple Content Access certificates using the `support` secret in the `openshift-config` namespace.
9+
You can disable the import of simple content access certificates using the `support` secret in the `openshift-config` namespace.
1010

1111
.Prerequisites
1212

@@ -19,8 +19,11 @@ You can disable the import of RHEL Simple Content Access certificates using the
1919
. Search for the *support* secret using the *Search by name* field. If it does not exist, click *Create* -> *Key/value secret* to create it.
2020
. Click the *Options* menu {kebab}, and then click *Edit Secret*.
2121
. Click *Add Key/Value*.
22-
. Create a key named `ocmPullDisabled` with a value of `true`, and click *Save*.
23-
. Navigate to *Workloads* -> *Pods*
24-
. Select the `openshift-insights` project.
25-
. Find the `insights-operator` pod.
26-
. To restart the `insights-operator` pod, click the *Options* menu {kebab}, and then click *Delete Pod*.
22+
. Create a key named `scaPullDisabled` with a value of `true`, and click *Save*.
23+
+
24+
The simple content access certificate import is now disabled.
25+
+
26+
[NOTE]
27+
====
28+
To enable the simple content access import again, edit the `support` secret and delete the `scaPullDisabled` key.
29+
====

support/remote_health_monitoring/insights-operator-simple-access.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[id="insights-operator-simple-access"]
2-
= Importing RHEL Simple Content Access certificates with Insights Operator
2+
= Importing simple content access certificates with Insights Operator
33
include::modules/common-attributes.adoc[]
44
:context: remote-health-reporting-from-restricted-network
55
:FeatureName: `InsightsOperatorPullingSCA`
66

77
toc::[]
88

9-
Insights Operator can import your RHEL Simple Content Access (SCA) certificates from {console-redhat-com}. SCA is a capability in Red Hat’s subscription tools which simplifies the behavior of the entitlement tooling. It is easier to consume the content provided by your Red Hat subscriptions without the complexity of configuring subscription tooling. After importing the certificates, they are stored in the `etc-pki-entitlement` secret in the `openshift-config-managed` namespace.
9+
Insights Operator periodically imports your simple content access certificates from {console-redhat-com} 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.
1010

11-
Insights Operator imports SCA certificates every 8 hours by default, but can be configured or disabled using the `support` secret in the `openshift-config` namespace.
11+
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.
1212

13-
In {product-title} 4.9, this feature is in Technology Preview and must be enabled using the `TechPreviewNoUpgrade` Feature Set. See xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc[_Enabling OpenShift Container Platform features using FeatureGates_] for more information.
13+
For more information about simple content access, 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.
1414

15-
For more information about Simple Content Access certificates see the link:https://access.redhat.com/articles/simple-content-access[_Simple Content Access_] article in the Red Hat Knowledgebase.
16-
17-
include::modules/technology-preview.adoc[leveloffset=+1]
15+
// This is a placeholder for when the Build Entitlements doc is updated to reference simple content access certificates
16+
// For information on using simple content access certificates in {product-title} see (xref to entitlements doc)
1817

1918
include::modules/insights-operator-configuring-sca.adoc[leveloffset=+1]
2019

0 commit comments

Comments
 (0)