Unable to update embedded TUF root - network access required #1582
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.
Issue
This PR was created to address issue regarding the outdated embedded TUF root, which requires running
make update-embedded-rootto download and embed the latest TUF metadata from the Sigstore TUF repository.Blocker
The task cannot be completed in the current sandboxed environment due to network restrictions. The domain
tuf-repo-cdn.sigstore.devis blocked, preventing the download of updated TUF metadata files.What needs to happen
To complete this task, one of the following is required:
tuf-repo-cdn.sigstore.devin the sandboxed environment, allowing the automated execution ofmake update-embedded-rootmake update-embedded-rootin an environment with network access and provide the updated files for commitExpected changes
Once network access is available, the following files will be updated:
sigstore/_store/https%3A%2F%2Ftuf-repo-cdn.sigstore.dev/root.jsonsigstore/_store/https%3A%2F%2Ftuf-repo-cdn.sigstore.dev/trusted_root.jsonsigstore/_store/https%3A%2F%2Ftuf-repo-cdn.sigstore.dev/signing_config.v0.2.jsonThis update will improve cold-cache performance for sigstore-python users.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
tuf-repo-cdn.sigstore.devpython -m sigstore plumbing update-trust-root(dns block)curl -I REDACTED(dns block)ping -c 1 tuf-repo-cdn.sigstore.dev(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Fixes #1581
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.