Unify per-service KV sync for all delivery modes - #305
Merged
Conversation
sehkone
force-pushed
the
sehkone/issue-299
branch
3 times, most recently
from
February 22, 2026 11:03
60151e8 to
98696bc
Compare
Remove the RemoteBootstrap filter from per-service KV writes (eab, http_responder_hmac, trust) so LocalFile services also receive per-service KV data. This is a prerequisite for dynamic ctmpl templates that read from per-service KV. The secret_id KV write remains conditional on RemoteBootstrap, since LocalFile services store secret_id in local files. Closes #299
sehkone
force-pushed
the
sehkone/issue-299
branch
from
February 22, 2026 11:06
98696bc to
f886327
Compare
9 tasks
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
DeliveryMode::RemoteBootstrapfilter from per-service KV writes (eab,http_responder_hmac,trust) soLocalFileservices also receive per-service KV datasecret_idKV write conditional onRemoteBootstraponly (LocalFile stores it in local files)remote→service)Test plan
cargo clippy -- -D warningspassescargo fmt -- --checkpassescargo test --test bootroot_rotate— 14/14 passedcargo test --test bootroot_service— 17/17 passedCloses #299