Securing the software supply chain is paramount in today’s digital world. As more organizations adopt practices like keyless signing to verify the integrity of their software artifacts, the need for robust monitoring against the systems that maintain the software supply chain infrastructure is essential. One such system when signing and verifying content where monitoring can be applied is within the transparency log. While logs are tamper-evident, they are not tamper-proof, making a monitoring solution essential for an immutable and append-only record. This is where the Rekor Monitor comes in, providing an easy-to-use solution for verifying log consistency within a Red Hat Trusted Artifact Signer deployment.
Red Hat Trusted Artifact Signer offers a keyless solution for signing and verifying software artifacts, making it a crucial element within Red Hat’s Trusted Software Supply Chain portfolio. By integrating Rekor-monitor, we can extend the principles of supply chain security by actively verifying the integrity of the private Rekor logs. This powerful combination of a verifiable log and continuous monitoring creates a robust audit trail, ensuring that the software supply chain remains secure, transparent, and compliant.
Rekor-monitor functionality
Rekor-monitor, also known as Rekor Log Monitor, is a tool that continuously checks the integrity of Rekor transparency logs. It is designed to run periodically at a specified interval to verify that the Rekor transparency log remains append-only and immutable. For easy observability, the monitor also exposes Prometheus based metrics, which can be used by monitoring systems to create dashboards and set up alerts based on key metrics. For example, you could configure an alert to notify you immediately if a consistency check fails, indicating a potential compromise of the log.
Enabling Rekor-monitor in Red Hat Trusted Artifact Signer
Rekor-monitor is not enabled within a default deployment of Red Hat Trusted Artifact Signer, but it can be easily included as part of the installation. To enable the Rekor Monitor, simply modify the Securesign custom resource. Using the OpenShift web console, utilize the following steps:
- Navigate to the Operators section and click on Installed Operators.
- From the project drop-down box, select the namespace where Red Hat Trusted Artifact Signer is installed.
- Click on the Red Hat Trusted Artifact Signer operator.
- Navigate to the Securesign tab, and then click the Create Securesign button.
- On the Create Securesign page, select the YAML view to edit the configuration and add the
tlogsection as shown below.
None
spec:
rekor:
...
monitoring:
tlog:
enabled: true
interval: 1mBy setting spec.rekor.monitoring.tlog.enabled to true, the Rekor-monitor component will be deployed. You can also specify the frequency for which the consistency checks are performed using the interval field, as shown above with 1m (1 minute) as the value. This configuration verifies that your Rekor instance is continuously monitored, providing an additional layer of security and integrity verification for your software supply chain.
Note: The example above only shows the tlog section. Ensure that all other required fields for the Securesign custom resource are also populated according to your deployment needs.
Demo
A step-by-step walkthrough of enabling and using Rekor Monitor can be found here.
This monitoring capability is also available for CTlog (certificate transparency log) since RHTAS version 1.4.0. Similar to the Rekor configuration, you can enable CTlog monitoring within the Securesign custom resource by adding the following section:
spec:
ctlog:
...
monitoring:
tlog:
enabled: true
interval: 1m
In summary, supply chain compromises like the most recent npm package incident highlight the critical need for layered defenses beyond strong authentication. Tools like Red Hat Trusted Artifact Signer enable organizations to detect tampering early, build immutable and auditable records, and validate provenance—in turn fostering trust and compliance across the pipeline. By signing, verifying, validating provenance, and tracking artifacts—while continuously monitoring logs—teams can proactively safeguard systems, quickly identify compromised dependencies, and maintain a strong security posture even when no CVEs have been assigned to these malicious packages (because not every vulnerability gets a CVE). Integrating Rekor Monitor with Red Hat Trusted Artifact Signer further ensures continuous verification of transparency log integrity and artifact provenance.
저자 소개
Firas Ghanmi is a Software Engineer at Red Hat, specializing in cloud-native application development and contributing to the evolution of the Red Hat Trusted Artifact Signer.
채널별 검색
오토메이션
기술, 팀, 인프라를 위한 IT 자동화 최신 동향
인공지능
고객이 어디서나 AI 워크로드를 실행할 수 있도록 지원하는 플랫폼 업데이트
오픈 하이브리드 클라우드
하이브리드 클라우드로 더욱 유연한 미래를 구축하는 방법을 알아보세요
보안
환경과 기술 전반에 걸쳐 리스크를 감소하는 방법에 대한 최신 정보
엣지 컴퓨팅
엣지에서의 운영을 단순화하는 플랫폼 업데이트
인프라
세계적으로 인정받은 기업용 Linux 플랫폼에 대한 최신 정보
애플리케이션
복잡한 애플리케이션에 대한 솔루션 더 보기
가상화
온프레미스와 클라우드 환경에서 워크로드를 유연하게 운영하기 위한 엔터프라이즈 가상화의 미래