Simple Content Access for CentOS repos

Hi @Mamba

You’re right that the absence of a manifest is why you’re not seeing the Simple Content Access checkbox on the organization. Right now SCA is only offered if a manifest is imported. However, with SCA off the normal subscription status is “Fully entitled,” not “unknown.” (SCA did cause an “Unknown subscription status” previously, but this wording has since been changed to “Simple Content Access.”)

Did you register the host using the generated commands on the Register Host page? If so, the unknown subscription status may be a bug. To work around it, re-register the host using subscription-manager rather than the Register Host page:

subscription-manager unregister
subscription-manager register --activationkey <MY_ACTIVATION_KEY> --org <MY_ORG>
2 Likes