Add /pqc skill for multi-operator PQC compliance#13
Draft
mcgonago wants to merge 2 commits into
Draft
Conversation
Add a new skill and agent for Post-Quantum Cryptography compliance in horizon-operator. Implements TLS 1.3 enforcement and kRSA cipher blocking workflows, with ticket routing for the OSPRH-27427 epic. Signed-off-by: Owen McGonagle <omcgonag@redhat.com>
Replace the horizon-specific PQC skill with a generalized version supporting multiple operators (horizon, keystone, nova, glance). - Add operator profiles with per-operator PQC pattern mappings - Add --scan mode for live compliance checking - Add --status mode for cross-operator compliance table - Support --operator=<name> targeting and ticket-based routing - Preserve all horizon-operator ticket routing (OSPRH-27427 epic) Relates: OSPRH-27427 Signed-off-by: Owen McGonagle <omcgonag@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
/horizon-pqc--scan) for live compliance analysis of any operator--status)Changes from v1 (original horizon-pqc)
/horizon-pqcto/pqc--scanmode for dynamic compliance checking--operatorflag for explicit operator targetingTest plan
pre-commit run --all-filespassesmake testpasses/pqcshows usage with 4 supported operators/pqc --operator=horizonshows ticket table/pqc --statusshows cross-operator compliance table/pqc OSPRH-28889generates a valid plan/pqc --operator=glance --scanproduces compliance report🤖 Generated with Claude Code