Importing simple content access entitlements with Insights Operator
Insights Operator periodically imports your simple content access entitlements from OpenShift Cluster Manager Hybrid Cloud Console 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 entitlements every eight hours, but can be configured or disabled using the support
secret in the openshift-config
namespace.
Simple content access must be enabled in Red Hat Subscription Management for the importing to function. |
Additional resources
See About simple content access in the Red Hat Subscription Central documentation, for more information about simple content access.
See Using Red Hat subscriptions in builds for more information about using simple content access entitlements in OKD builds.
Configuring simple content access import interval
You can configure how often the Insights Operator imports the simple content access entitlements by 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.
Prerequisites
- You are logged in to the OKD web console as a user with the
cluster-admin
role.
Procedure
Navigate to Workloads → Secrets.
Select the openshift-config project.
Search for the support secret by using the Search by name field. If it does not exist, click Create → Key/value secret to create it.
If the secret exists:
Click the Options menu , and then click Edit Secret.
Click Add Key/Value.
In the Key field, enter
scaInterval
.In the Value field, enter
1h
.
- If the secret does not exist:
1. Click **Create** → **Key/value secret**.
1. In the **Secret name** field, enter `support`.
2. In the **Key** field, enter `scaInterval`.
3. In the **Value** field, enter `1h`.
2. Click **Create**.
<table><tbody><tr><td><i title="Note"></i></td><td><div><p>The interval <code>1h</code> can also be entered as <code>60m</code> for 60 minutes.</p></div></td></tr></tbody></table>
Disabling simple content access import
You can disable the importing of simple content access entitlements by using the support
secret in the openshift-config
namespace.
Prerequisites
- You are logged in to the OKD web console as
cluster-admin
.
Procedure
Navigate to Workloads → Secrets.
Select the openshift-config project.
Search for the support secret using the Search by name field.
If the secret exists:
Click the Options menu , and then click Edit Secret.
Click Add Key/Value.
In the Key field, enter
scaPullDisabled
.In the Value field, enter
true
.
- If the secret does not exist:
1. Click **Create** → **Key/value secret**.
1. In the **Secret name** field, enter `support`.
2. In the **Key** field, enter `scaPullDisabled`.
3. In the **Value** field, enter `true`.
2. Click **Create**.
The simple content access entitlement import is now disabled.
<table><tbody><tr><td><i title="Note"></i></td><td><div><p>To enable the simple content access import again, edit the <code>support</code> secret and delete the <code>scaPullDisabled</code> key.</p></div></td></tr></tbody></table>
Enabling 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
- You are logged in to the OKD web console as a user with the
cluster-admin
role.
Procedure
Navigate to Workloads → Secrets.
Select the openshift-config project.
Search for the support secret by using the Search by name field.
Click the Options menu , and then click Edit Secret.
For the
scaPullDisabled
key, set the Value field tofalse
.The simple content access entitlement import is now disabled.