Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat Trusted Artifact Signer Tech Preview 2

February 27, 2024
Markus Nagel

    In November 2023, we announced the Tech Preview of Red Hat Trusted Artifact Signer, outlining the need for a production-ready deployment of the Sigstore project, its benefits and core use cases in the software supply chain. 

    Red Hat Trusted Artifact Signer introduces keyless signing and verification, binding the signature origin to a verifiable OIDC Authentication identity instead of a long-lived key pair that needs to be managed, distributed and revoked/renewed. This significantly reduces management overhead and simplifies the usage of a signing and verification infrastructure throughout your Software Supply Chain.

    Today, we are excited to announce the Tech Preview 2 of Red Hat Trusted Artifact Signer that has seen a lot of enhancements since that first Tech Preview release, based on your feedback! We want to say thank you for your feedback via rhtas-support@redhat.com , which directly helps us shape the priorities on the way to GA (general availability) of Red Hat Trusted Artifact Signer.

     

    To name just a few highlights:

     

    1. We are now using an Operator-based installation
    2. You can now easily configure your own OIDC provider (with documentation for Keycloak and Google available, more to come)
    3. Enterprise Contract (EC) binaries have been included - to verify build provenance, SLSA compliance and much, much more.
    Enterprise Contract Logo

     

    Installation

    The biggest change is undoubtedly the introduction of an Operator-based install procedure.

    The first Tech Preview was based on a Helm Chart Installation, supported by install scripts. This procedure has been simplified by providing an Operator, available from Red Hat Operator Hub.

    As you might expect, the Operator-based installation is straightforward and takes care of all the components required to run Red Hat Trusted Artifact Signer.

    Red Hat Trusted Artifact Signer on OperatorHub
    Red Hat Trusted Artifact Signer on OperatorHub

     

    Red Hat Trusted Artifact Signer Operator Details
    Red Hat Trusted Artifact Signer Operator Details showing all managed components

     

    OIDC Authentication Provider

    The install script used for the first tech preview of Red Hat Trusted Artifact Signer (and the corresponding Helm Charts) included the installation of a Keycloak instance - changing that to a different OIDC provider required some modification of the Chart and its values files. 

    Taking into account that many of you will already have OIDC providers deployed, the operator install does not automatically install Keycloak alongside the Red Hat Trusted Artifact Signer components.


    If you prefer to continue using the default Keycloak setup that was part of the first tech preview, you can leverage this simple install guide (based on the Red Hat SSO Operator) after cloning (or downloading) https://github.com/securesign/sigstore-ocp/tree/release-1.0.gamma 

    oc apply --kustomize keycloak/operator/base
    
    oc get keycloaks -A
    # wait for this command to succeed (it won’t show any “keycloaks” 
    # but if it doesn’t generate an error, it means the Keycloak CRDs 
    # have successfully been registered)
    
    oc apply --kustomize keycloak/resources/base
    # wait for keycloak-system pods to be running before proceeding
    

    This will install the default Keycloak instance with test user “jdoe@redhat.com” and password “secure” that was used in the first tech preview release.

    There is also documentation on how to use Google as your OIDC provider, with more providers to come. [Oh, by the way - you can use more than one authentication provider and use different providers with the same Trusted Artifact Signer instance, based on your use case - it’s all outlined in the documentation]
     

    Using Enterprise Contract

    Enterprise Contract enables users (typically via pipelines) to securely verify supply chain artifacts, and enforce policies about how they were built and tested, in a manageable, scalable, and declarative way. 


    Enterprise Contract and Red Hat Trusted Artifact Signer have always been close friends, since both cater to securing the software supply chain and Enterprise Contract can leverage all the advantages of a keyless signing and verification infrastructure. With the release of the second tech preview of Red Hat Trusted Artifact Signer, the Enterprise Contract ec binary is now shipped with the Red Hat Trusted Artifact Signer installation and an example is provided on how to verify SLSA provenance of a container image using Enterprise Contract.


    You can download the ec binary (for your workstation, or to include it in your software delivery toolchain of choice) via the Red Hat OpenShift UI:

    CLI Tools Menu
    Open the CLI tools page
    ec CLI command
    ec CLI downloads have been added

     

    In this example from the Red Hat Trusted Artifact Signer deployment guide, you can see how to verify the provenance attestation linked to a container image (in other words - who has built this image, was the build pipeline in accordance with common/required standards, and much much more):
     

    CLI showing image signature and attestations
    "cosign tree" shows the image, attached signatures and attestations

     

    Validating the image and attestations associated with it:

    ec validate image --image quay.io/mnagel/backstage-test:latest \
    --certificate-identity-regexp 'jdoe@redhat.com' \
    --certificate-oidc-issuer-regexp 'keycloak-keycloak-system' \
    --rekor-url $REKOR_REKOR_SERVER \
    --output yaml --show-successes --info
    result snippet showing ec validation success
    ec validation checks and success

     

    In addition to these basic checks, Enterprise Contract enables your pipelines to apply policies to validation results, either from the current kubernetes context or inline - for further information, make sure to check the “ec validate image” command line options and some further examples of policies.

    Note: This is only an example - in real life, the attestation should come from the build system itself (e.g. via Tekton Chains) and should not be an arbitrary hand-crafted provenance file. However, this example shows how an attestation is signed and attached to an image and verified via Enterprise Contract, allowing for verification and application of policies.

    To provide us with additional feedback, please contact rhtas-support@redhat.com 

     

     

     

    Last updated: February 29, 2024
    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Recent Posts

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.