fix: tenant artifact verification rejects the dual signing identities from #2399#2404
Merged
Merged
Conversation
…d identity
cosign's keyless attestation verification rejects more than one
matchOIDCIdentity entry ('unsupported: multiple identities are not
supported at this time'), so #2399's second entry broke verification
for all three tenant OCIRepositories and froze the apps layer.
Collapse the two entries into one whose subject regex alternates
(reusable-workflows|actions) — same trust set, single identity.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThree OCIRepository manifests (ascoachingogvaner, github-config, wedding-app) had their cosign ChangesCosign OIDC identity consolidation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced Jul 3, 2026
Contributor
|
🎉 This PR is included in version 1.95.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Why
Prod's app-delivery layer has been frozen since #2399 deployed (~03:46Z): the signature verifier refuses configurations with more than one accepted identity, so all three tenant apps (github-config, wedding-app, ascoachingogvaner) stopped pulling their artifacts, and every platform merge is now blocked because the queue's prod deploy fails on the stuck apps layer (#2400 was evicted; Heal-Prod fails the same way).
What
Keeps both the old and new signing workflows trusted during the actions#425 transition, but expresses them as a single identity rule the verifier accepts. What is trusted does not change.
Operational
Land this before re-queuing anything on platform — merges stay blocked until it deploys. Fixes the regression introduced by #2399.