Post

Supply-Chain Security for Regulated Hybrid Cloud

How RHACS, the Compliance Operator, and signed supply-chain controls help teams prove security posture across hybrid OpenShift production estates today.

Supply-Chain Security for Regulated Hybrid Cloud

Personal site note: views expressed here are my own and do not necessarily represent Red Hat or any other organization.

Regulated organizations rarely fail an audit because they lack security tools. They fail because posture is inconsistent: one cluster hardened, another drifted; one pipeline signing images, another promoting unsigned builds; evidence scattered across spreadsheets when an assessor asks for proof.

For hybrid Red Hat OpenShift estates—on-premises, Red Hat OpenShift Service on AWS (ROSA), or other managed OpenShift—the winning pattern is the same: observe risk continuously, prove configuration against known baselines, and gate what is allowed to run. Recent platform and supply-chain capabilities on OpenShift make that pattern repeatable instead of heroic.

See risk across the estate with RHACS

Red Hat Advanced Cluster Security for Kubernetes (RHACS) gives security and platform teams a single place to understand risk across clusters. Rather than treating each OpenShift cluster as an island, RHACS surfaces vulnerable images, risky deployments, and misconfigurations in context.

For a solution architect conversation, the value is operational: you can show leadership where exposure lives and whether policy is enforced—not just that a scanner exists. Built-in and custom policies can warn or block deployments that violate your standards before they become audit findings. Pairing RHACS with workload scanning means “we scan images” becomes “we prevent known-bad images from landing in regulated environments.”

That multi-cluster view matters in hybrid designs. Controls should look the same whether the cluster runs in your data center or in AWS us-east-2. Consistency is what auditors and risk committees actually buy.

Prove the platform with the Compliance Operator

Visibility alone is not enough. Regulated customers need evidence that the platform itself matches an agreed baseline.

The Compliance Operator for OpenShift automates inspection of cluster and node configuration against industry profiles (for example CIS-oriented OpenShift profiles) using OpenSCAP. Administrators get a clear picture of gaps and recommended remediations—expressed as Kubernetes objects you can manage with GitOps, not one-off shell scripts.

Important nuance for customer conversations: the Compliance Operator assists compliance programs; it does not replace an authorized auditor. What it does deliver is continuous, automatable evidence of technical controls—exactly the raw material assessors ask for when they sample configurations.

RHACS and the Compliance Operator are complementary. Compliance Operator profiles cover much of the OpenShift infrastructure surface; RHACS strengthens workload and deployment policy. Together they tell a fuller story than either tool alone—and RHACS can surface Compliance Operator results in a shared compliance view when both are in place.

Gate the supply chain: sign, attest, verify

The third leg is supply chain integrity: proving that what runs in the cluster is what your approved pipeline produced.

OpenShift already verifies signatures on platform release images during updates. For your application images, the same discipline should apply: sign builds, attach attestations, and verify before promote or deploy. Red Hat’s software supply-chain tooling—including Trusted Application Pipeline patterns, Enterprise Contract (policy checks that an image is signed and attested by a trusted build system), and Trusted Artifact Signer for signing infrastructure—lets teams encode “only approved provenance runs here” as policy, not tribal knowledge.

For regulated hybrid cloud, that closes a common gap: strong cluster hardening undermined by an unsigned image promoted on Friday afternoon. When signature and attestation checks sit in the pipeline and at admission, security stops being a slide and becomes a gate.

The solutions architect takeaway

Lead with outcomes, not product lists:

  1. Observe — RHACS for continuous, multi-cluster risk and policy.
  2. Prove — Compliance Operator for baseline evidence and remediations.
  3. Gate — signed, attested images verified with Enterprise Contract–style policy before they reach production.

Apply the same pattern on every OpenShift cluster in the estate. Hybrid should mean location flexibility, not control flexibility.

If you are shaping a regulated landing zone, start in non-production: enable Compliance Operator profiles, connect a cluster to RHACS, and require signed images on one critical pipeline. The conversation with risk and audit gets much easier when you can show the same controls working—quietly—every day.

When OpenShift Virtualization is in scope, keep the same observe/prove/gate habit for virt-launcher workloads—see RHACS for OpenShift Virtualization Workloads and the hardening priorities digest. For how secrets leave the vault without landing in Git, compare External Secrets Operator vs Secrets Store CSI. For GPU-backed AI where attestation gates key release, see Confidential AI on OpenShift. When scanners find pinned app libraries with no safe major upgrade path, see Red Hat Lightwell: Patch CVEs Without Full Upgrades. PoC-sized day-2 controls that match this pattern: External Secrets Operator, identity providers, OpenShift GitOps, and the OpenShift PoC overview.

Want help applying this in your environment? Reach out to your Red Hat account team—or try the pattern on a non-prod OpenShift cluster first.

This post is licensed under CC BY 4.0 by the author.