Tekton chains#132
Open
minmzzhang wants to merge 5 commits into
Open
Conversation
Add a tekton-chains Helm chart that configures Tekton Chains on OpenShift Pipelines for supply chain security with RHTAS keyless signing. A PostSync Job patches the operator-managed TektonConfig CR with chain configuration (Fulcio, Rekor, TUF, in-toto attestations) via oc patch, avoiding Tekton webhook conflicts with direct resource management. Includes: - charts/tekton-chains: Helm chart with RBAC + PostSync patch Job - scripts/features/tekton-chains.yaml: feature variant fragment - Updated features.yaml: tekton-chains depends on pipelines + rhtas; supply-chain now depends on tekton-chains - values-hub.yaml: commented-out application block at sync-wave 47 - SYNC-WAVE-INVENTORY.md: updated deployment timeline and tables
…n tasks The verify_artifact and verify_image functions unconditionally reference OIDC_IDENTITY and OIDC_ISSUER, but these env vars were only injected when rhtas.oidc.enabled was true. In SPIRE mode this caused an "unbound variable" crash due to set -u. Move identity/issuer vars outside the OIDC conditional since verification always needs them regardless of the signing method.
The default 256Mi limit from the quay chart causes OOMKilled when the job runs oc apply to create the quay-config-with-s3 secret. Add the override to values-hub.yaml (commented quay-registry section) and to the feature fragments (quay.yaml, registry/option-1-quay.yaml).
p-rog
reviewed
May 11, 2026
p-rog
reviewed
May 11, 2026
p-rog
reviewed
May 11, 2026
p-rog
reviewed
May 11, 2026
p-rog
reviewed
May 11, 2026
p-rog
reviewed
May 11, 2026
Collaborator
p-rog
left a comment
There was a problem hiding this comment.
I added a few minor suggestions.
minmzzhang
added a commit
to minmzzhang/layered-zero-trust
that referenced
this pull request
May 11, 2026
…ns chart Quote boolean Helm values (enableDeepInspection, transparency.enabled, signers.x509.fulcio.enabled) so they render as JSON strings, matching what TektonConfig chain spec expects. Add imagePullPolicy and resource requests/limits to the PostSync Job container for consistency with other pattern jobs. Signed-off-by: Min Zhang <minzhang@redhat.com>
…ns chart Quote boolean Helm values (enableDeepInspection, transparency.enabled, signers.x509.fulcio.enabled) so they render as JSON strings, matching what TektonConfig chain spec expects. Add imagePullPolicy and resource requests/limits to the PostSync Job container for consistency with other pattern jobs. Signed-off-by: Min Zhang <minzhang@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: integrate Tekton Chains with RHTAS keyless signing via SPIFFE
Add a tekton-chains Helm chart that configures Tekton Chains on OpenShift Pipelines for supply chain security with RHTAS keyless signing. A PostSync Job patches the operator-managed TektonConfig CR with chain configuration (Fulcio, Rekor, TUF, in-toto attestations) via oc patch, avoiding Tekton webhook conflicts with direct resource management.
Includes:
supply-chain now depends on tekton-chains