feat(inventory): serve signed provider snapshots - #3
Draft
chalabi2 wants to merge 3 commits into
Draft
Conversation
Build deterministic snapshots from the reservation-aware cluster status and sign the complete payload with the provider key. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
Expose the public inventory RPC on the existing provider gRPC server and wire it to the reservation-aware snapshot source. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
Reject snapshot responses whose SHA-256 value is malformed or does not match the signed payload. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
chalabi2
force-pushed
the
aep86/l2-provider-signer
branch
from
July 27, 2026 23:42
7aacb80 to
8de8b71
Compare
chalabi2
force-pushed
the
aep86/l3-inventory-snapshot
branch
from
July 27, 2026 23:42
8e870ea to
0fa3c7d
Compare
11 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.
Purpose of the Change
Related Issues
References AKT-288
Depends on AEP-86 L-1 and provider L-2.
Checklist
Notes for Reviewers
Builds deterministic provider-key-signed snapshots from the existing reservation-aware cluster status, then serves live snapshots through the provider gRPC endpoint. Empty nonces are valid for casual queries; supplied challenges must be exactly 32 bytes. Committed snapshot persistence is isolated in L-4, and deeper multi-source hardware collection remains L-18.