feat: add ESO v1 API, ACM pull-secret policy, sigstore keys, and Trustee 1.1 compat - #35
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…perative job Implements declarative pull secret propagation via ACM ConfigurationPolicy. Uses fromSecret to copy .dockerconfigjson from openshift-config/pull-secret to trustee-operator-system/credential with key regcred. - Gated on global.coco.secured (only active when attestation enabled) - Sync-wave 5 (after vault, before RVPS) - Continuously reconciled by ACM - no cron job needed - Replaces imperative ansible playbook approach Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace ExternalSecrets approach with ACM ConfigurationPolicy that: - Copies openshift-config/pull-secret - Transforms .dockerconfigjson key to regcred - Places in trustee-operator-system/credential secret - Available to KBS as kbs:///default/credential/regcred Sync wave 5 ensures this runs before trustee deployment (wave 7). Resolves Phase 5-6 registry authentication requirement. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
The pull-secret-credential-policy.yaml file already contains the ACM Policy, PlacementRule, and PlacementBinding for distributing pull-secret credentials. The old pull-secret-policy.yaml was causing duplicate resource warnings in ArgoCD. This fixes the trustee app OutOfSync status.
Add sigstore-keys secret with Red Hat release key 3 for sigstore signature verification. This enables sigstoreSigned policy type which stores signatures as OCI artifacts in the registry (unlike GPG lookaside). Secret will be mounted to KBS repository via KbsConfig. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Chris Butler <chris.butler@redhat.com>
TDX and SEV-SNP attestation policy blocks share intentional structural similarity. This is not accidental duplication — the policies have different field values but the same YAML shape. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These templates create Kubernetes Secrets with hardcoded Red Hat public keys, but nothing consumes them — they are not in kbsSecretResources and no active security policy references them. Keys should be fetched from official Red Hat URLs at install time (via Makefile targets in coco-pattern), not embedded in source. See: validatedpatterns/coco-pattern#100 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zizmor ref-version-mismatch: SHA de0fac2e maps to v6.0.2, not v6. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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
external-secrets.io/v1API for Red Hat ESO compatibilitytd_attributes.debugfield path in baremetal TDX policyadmin.type=DenyAllfor Trustee 1.1 KBS compatibilityextraSecretsfor authenticated registry supportpull-secret-policy.yaml12 commits from coco-pattern Milestone 1 (Pattern Modernization & Reliability).
Post-merge steps
make helm-docsv0.7.0🤖 Generated with Claude Code