Skip to content

openshift/pull-secret

Authentication secret required for accessing Red Hat OpenShift container registries

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

YAML
# 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.

Objects that Reference openshift/pull-secret

Objects used by openshift/pull-secret

Not used in current content packs