-
Notifications
You must be signed in to change notification settings - Fork 553
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
Document Staging instance usage with Keyless #1824
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1824 +/- ##
=======================================
Coverage 33.02% 33.02%
=======================================
Files 147 147
Lines 9347 9347
=======================================
Hits 3087 3087
Misses 5906 5906
Partials 354 354 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks for the documentation!
* https://rekor.sigstage.dev | ||
* https://oauth2.sigstage.dev/auth | ||
|
||
These instances are operated and maintained in the same manner as the public production environment for Sigstore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There will be no SLO provided nor the same protection of the root key material for TUF. We should loudly note this, that this is staging and never should be used for production.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added note about slo and not for production use.
* Steps 1-4 configures your local environment to use the staging keys and certificates. | ||
* Step 5 specify the staging environment with flags needed for signing. | ||
* Step 6 specify the staging environment with flags needed for verifying. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also note how to get back to using production, rm the Sigstore directory and init?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point.
added steps to revert to production
Signed-off-by: Kenny Leung <[email protected]>
Signed-off-by: Kenny Leung <[email protected]>
Signed-off-by: Kenny Leung [email protected]
Summary
This is to document how to use the staging Sigstore instance with keyless signing.
@haydentherapper @priyawadhwa PTAL
Ticket Link
Fixes
Release Note