chore: pin minisign release public key in installer#29
Merged
Conversation
Bake the release signing public key into site/public/install so `curl | sh` verifies the SHA256SUMS signature against a pinned key (fails closed with PALISADE_REQUIRE_SIGNATURE). Update the manual-verification example with the real key. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying palisade-api with
|
| Latest commit: |
8544a2b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://502f1014.palisade-api.pages.dev |
| Branch Preview URL: | https://chore-installer-minisign-pub.palisade-api.pages.dev |
Deploying palisade-marketing with
|
| Latest commit: |
8544a2b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7bbbb9ca.palisade-cg7.pages.dev |
| Branch Preview URL: | https://chore-installer-minisign-pub.palisade-cg7.pages.dev |
Guard against committing the release secret/public key files; the secret key belongs in GitHub Actions secrets only. Co-Authored-By: Claude Opus 4.8 (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.



Bakes the release signing public key into
site/public/install(MINISIGN_PUBKEYdefault), completing the signed-release chain now thatMINISIGN_SECRET_KEYis provisioned as a repo secret.SHA256SUMS.minisigagainst the pinned key;PALISADE_REQUIRE_SIGNATURE=1makes a missing signature fatal.Edprefix.docs/release-signing.mdwith the real key.Note: the existing v0.1.2 release is unsigned (it was built before the secret existed). A follow-up v0.1.3 tag will produce the first signed release with
SHA256SUMS.minisig.🤖 Generated with Claude Code