-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete airgapped/offline environment required for sign and verify without doing any requests to internet #3437
Comments
You can sign without uploading to the public rekor server by setting in |
Thanks it works! But I now have error
What permissions do I need to configure in Artifactory now? |
If you do
|
Thanks! It works. I now am trying to verify with
but it's returning with:
How can I verify without relying on |
Looks like we need our own STUF https://blog.sigstore.dev/sigstore-bring-your-own-stuf-with-tuf-40febfd2badd/ Is there a way to avoid setting this up and not rely on |
Yep, setting the env vars from #3368 (comment) will bypass the TUF repo. Though you’ll need to think through root key rotation too. In the near future, we will also upgrade the TUF client to have an airgapped mode. |
Sorry to bump an old issue. I'm also getting the error
EDIT: I see that those options were introduced in |
Many companies nowadays block internet access especially for POST requests when sending any data.
Also they use private repositories in something like Artifactory.
When I run below:
and allow it to go continue, I get below:
How can we make it so it doesn't request for
rekor.sigstore.dev
and also use private Artifactory rather than Dockerhub?Thanks!
The text was updated successfully, but these errors were encountered: