julia_publish: install aws-kms-pkcs11 for KMS-backed docs deploy#289
Merged
Merged
Conversation
The julia-publish pipeline's publish_all step gains a docs-deploy phase that pushes the built HTML docs to docs.julialang.org over SSH, signing with a deploy key whose private half lives only in AWS KMS. SSH reaches the key through the aws-kms-pkcs11 PKCS#11 provider, which this image previously lacked. Install the upstream prebuilt, statically-linked module (v0.0.17, ubuntu24.04 build -- matches Debian trixie's OpenSSL 3) at the standard p11-kit module path, pin its sha256, and verify all NEEDED libraries resolve (its only out-of-image runtime dependency is libjson-c5). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
DilumAluthge
approved these changes
Jun 20, 2026
DilumAluthge
left a comment
Member
There was a problem hiding this comment.
(I assume this isn't available from any Debian apt repos?)
Member
Author
Pretty sure it's not - it's a bit of a niche utility |
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.
The julia-publish pipeline's publish_all step gains a docs-deploy phase that pushes the built HTML docs to docs.julialang.org over SSH, signing with a deploy key whose private half lives only in AWS KMS. SSH reaches the key through the aws-kms-pkcs11 PKCS#11 provider, which this image previously lacked. Install the upstream prebuilt, statically-linked module (v0.0.17, ubuntu24.04 build -- matches Debian trixie's OpenSSL 3) at the standard p11-kit module path, pin its sha256, and verify all NEEDED libraries resolve (its only out-of-image runtime dependency is libjson-c5).