How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Blog: Securing HTTP Resolver with Digest Verification

calendar_today February 4, 2026 person domain tekton

Overview When fetching remote resources like Tasks and Pipelines from HTTP URLs for your PipelineRun, there’s always a risk that the content could be tampered with during transit or at the source. To address this security concern, the Tekton HTTP resolver now supports optional digest validation, allowing users to verify the integrity of fetched content against a known cryptographic hash. This feature enables users to specify an expected digest (SHA256 or SHA512) in their PipelineRun definitions.

open_in_new Read original post