Chapter 4. Bug fixes


In this release of Red Hat Trusted Artifact Signer (RHTAS), we fixed the following bugs. In addition to these fixes, we also list the descriptions of previously known issues found in earlier versions that we fixed.

Browser redirect now shows correct Red Hat signing page after cosign update
After signing an artifact with cosign, the web browser redirect displayed the wrong Sigstore page, instead of the Red Hat successful signing page, leading to users seeing incorrect branding after completing the signing workflow. With this release, the cosign tool now redirects to the correct Red Hat successful signing HTML page after completing the browser-based signing workflow. Consequently, users now see the Red Hat successful signing page upon signing with cosign.
Update memory limits for the RHTAS Operator
Previously, the RHTAS Operator controller manager could run out of memory (OOM) on production clusters with many workloads. This was caused by the Operator’s internal caches tracking all objects of certain Kubernetes types cluster-wide. In this release, those caches are scoped to only RHTAS-managed resources, reducing peak memory usage from over 256 MB to approximately 80 MB. The default memory limit has also been increased to 512 MB as an additional safety margin.
Helm chart disables PodDisruptionBudget by default
The Helm chart included a PodDisruptionBudget (PDB) that previously defaulted to minAvailable=1, which coincided with the default replicaCount of 1 for RHTAS components. This arrangement led to deadlocks during node draining, and OpenShift cluster upgrades. With this release, the PDB is disabled by default within the Helm chart, ensuring smooth progression of node draining, and when performing OpenShift cluster upgrades. Users running multiple replicas can re-enable the PDB for added availability guarantees during disruptions.
Cosign does not respect individual TSA certificate chains during rotation

With this release, we updated cosign to version 3. This update fixes the issue where cosign expects only one single Timestamp Authority (TSA) certificate chain. You can rotating the TSA certificate chain by giving the whole TSA certificate chain to The Update Framework (TUF) as an individual target. During the rotation process, setting the new TSA certificate chain as the new TUF target, and expiring the old TSA certificate chain no longer displays the following error message.

main.go:74: error during command execution: unable to load TSA certificates: TSA certificate chain must contain exactly one leaf certificate

For information about rotating the TSA signer key and certificate chain see our procedure for Red Hat OpenShift Container Platform, or Red Hat Enterprise Linux.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top