Skip to content

Subscription channel for Red Hat Advanced Cluster Management operator

Processed Pull Secret

This parameter stores the processed version of the registry authentication credentials. It combines the original pull secret with any additional registry authentications needed for the installation.

Requirements

  • Must contain valid registry credentials
  • Must include original Red Hat pull secret
  • May include external registry credentials
  • Must be in proper JSON format

Usage

Authentication combination:

# Combined credentials for:
- Red Hat registries
- External registry (if configured)
- Additional private registries

# Format example:
{
  "auths": {
    "registry.redhat.io": { ... },
    "external-registry.example.com": { ... }
  }
}

Notes: - Automatically generated from openshift/pull-secret - Updated when using external registry - Used in install-config.yaml - Contains sensitive authentication data - Required for image pulls during installation