Satellite 6 - Cannot sync RedHat repo

Latest response

Similar to another discussion which was resolved by refreshing the manifest, I'm seeing "Forbidden" errors which cause sync failure for the repo. I've reuploaded the manifest and refreshed, yet the issue persists. I'd be willing to blast away the repo and start over, but I'm not sure what I need to do to make that happen.

Looks like this is the relevant section from the cascading exceptions in Apache's error_log:

{
    "yum_importer":{
        "content":{
            "size_total":0,
            "items_left":0,
            "items_total":0,
            "state":"NOT_STARTED",
            "size_left":0,
            "details":{
                "rpm_total":0,
                "rpm_done":0,
                "drpm_total":0,
                "drpm_done":0
            },
            "error_details":[]
        },
        "comps":{
            "state":"NOT_STARTED"
        },
        "distribution":{
            "items_total":0,
            "state":"NOT_STARTED",
            "error_details":[],
            "items_left":0
        },
        "errata":{
            "state":"NOT_STARTED"
        },
        "metadata":{
            "state":"FAILED",
            "error":"Forbidden"
        }
    }
}

Responses