Docs: add RFC for Sigstore integration for AgentCard supply chain verification#283
Draft
kevincogan wants to merge 1 commit into
Draft
Docs: add RFC for Sigstore integration for AgentCard supply chain verification#283kevincogan wants to merge 1 commit into
kevincogan wants to merge 1 commit into
Conversation
…ification. Signed-off-by: Kevin Cogan <kevin.s.cogan@gmail.com>
f4a3853 to
a4a7990
Compare
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.
Summary
Adds the RFC for Sigstore integration into the kagenti-operator's AgentCard feature. This document proposes adding supply-chain provenance verification alongside the existing SPIRE/SPIFFE runtime identity system.
The RFC covers:
Key design decisions include using the SPIRE K8s attestor's built-in Sigstore support over a separate Policy Controller, a new
BundleVerifierinterface (Interface Segregation from the existing JWSProvider), and operator-level signing to eliminate the self-attestation trust gap identified in the PR #1038 review.Related issue(s)
Testing Instructions
N/A - documentation only.