Skip to content

Subscription channel for Red Hat Advanced Cluster Management operator

OpenShift Pull Secret

This parameter stores the authentication secret required to pull container images from Red Hat's container registries. This secret is mandatory for OpenShift cluster deployment.

Requirements

  • Valid Red Hat OpenShift pull secret
  • Red Hat Customer Portal account with appropriate subscriptions
  • Secret must be in JSON format containing registry authentication details

Usage

Obtain your pull secret from the Red Hat OpenShift Cluster Manager: https://console.redhat.com/openshift/install/pull-secret

# Pull secret format example:
{
  "auths": {
    "cloud.openshift.com": {
      "auth": "...",
      "email": "..."
    },
    "quay.io": {
      "auth": "...",
      "email": "..."
    },
    "registry.connect.redhat.com": {
      "auth": "...",
      "email": "..."
    }
  }
}

The pull secret is automatically used during cluster installation to authenticate with Red Hat's container registries.