Flashbox: Use attested TLS proxy 2.0.1 and update documentation and release pipeline for new measurement flow - #189
Open
ameba23 wants to merge 4 commits into
Conversation
ameba23
commented
Aug 3, 2026
| > Note: at the time of the writing, those measurements were acquired by building from commit ef5dd2727ba4569d530c67822dc96778f54a295a, if you're viewing this from main branch please ensure to build from the same commit to get the same measurements. | ||
| Check that the contents of this file is identical to the same file in the [release assets of the flashbots-image release](https://github.com/flashbots/flashbots-images/releases) you are building. | ||
|
|
||
| > Note: at the time of the writing, compiling flashbox-l1 image is not reproducible if building under ARM mac with Rosetta. Please use x86_64 Linux for now. |
Contributor
Author
There was a problem hiding this comment.
Is this still the case?
ameba23
commented
Aug 3, 2026
| echo " curl -si http://127.0.0.1:8080 | grep -q X-Flashbots-Measurement && echo '✅ VM matches YOUR build' || echo '❌ mismatch'" | ||
| echo " git clone https://github.com/flashbots/attested-tls-proxy" | ||
| echo " cd attested-tls-proxy" | ||
| printf '%s\n' " cargo run -- attested-get --allow-self-signed --measurements-file ../build/portable_measurements.json <your-instance-ip>:8745/pubkey && printf '\\n✅ VM matches YOUR build\\n'" |
Contributor
Author
There was a problem hiding this comment.
I had issues with escaping the newlines, so using printf rather than echo.
ameba23
force-pushed
the
peg/flashbox-use-attested-tls-proxy-2.0.0
branch
from
August 3, 2026 11:36
5db5b08 to
9cf6af9
Compare
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.
This makes Flashbox use the latest release of attested-tls-proxy which accepts 'portable' measurement policies where OS image hashes rather than TDX measurement values are specified.
It updates the documentation explaining how to build these hashes and check them against an attestation from a flashbox deployment.
It also updates the release pipeline to include these 'portable' measurements rather than TDX measurement values.
Note this targets #185 - so i am trying out stacked PRs for the first time here.
I have tested it with a basic Flashbox-L1 deployment and was able to successfully validate against portable hashes. But i have not made a test release of flashbots-images to check the changes to the release pipeline.