docs: update SPIRE signing demo for Kind and OpenShift#334
Open
rh-dnagornuks wants to merge 1 commit into
Open
docs: update SPIRE signing demo for Kind and OpenShift#334rh-dnagornuks wants to merge 1 commit into
rh-dnagornuks wants to merge 1 commit into
Conversation
Document Kind/SPIRE setup and Helm-based signature verification configuration, including OpenShift-specific requirements such as SCC permissions, namespace labels, and trust bundle key overrides. Remove the static AgentCard manifest and rely on the operator-generated AgentCard (weather-agent-deployment-card). Update demo and teardown scripts, and add troubleshooting guidance for image pull rate limits and building the agentcard-signer image. Signed-off-by: Daniels Nagornuks <dnagornu@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.
Summary
AgentCardmanifest and rely on operator-generatedAgentCardresources insteadweather-agent-deployment-cardagentcard-signerimage locally/OpenShiftContext
The previous SPIRE signing demo assumed a static
AgentCardresource and focused primarily on a generic Kubernetes/SPIRE setup.This PR updates the demo to align with the current operator behavior where
AgentCardresources are generated automatically by the operator. It also improves the onboarding experience for both Kind and OpenShift users by documenting:setup-kagenti.sh --with-spireTests
Fixes #252