Skip to content
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

attest: force https for rekor client #610

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Jan 3, 2025

Summary

For some reason this defaults to http, which results in the server terminating the request (my guess is this was previously redirecting http->https before). This changes forces the https scheme (hopefully this isn't disruptive for non-public good instances, but we can revisit other changes later if we need to).

We should setup e2e tests for attest so we can catch this other disruptions to attest, but will do this in another PR so we can get this fix in.

Release Note

  • Forces https-only communication for gitsign attest

Documentation

@wlynch wlynch requested a review from adityasaky January 3, 2025 19:48
@wlynch wlynch force-pushed the attest-rekor-https branch from 2736ade to 590d033 Compare January 3, 2025 19:48
For some reason this defaults to http, which results in the server
terminating the request (my guess is this was previously redirecting
http->https before). This changes forces the https scheme (hopefully
this isn't disruptive for non-public good instances, but we can revisit
other changes later if we need to).

Signed-off-by: Billy Lynch <[email protected]>
@wlynch wlynch force-pushed the attest-rekor-https branch from 590d033 to 04d1993 Compare January 3, 2025 19:49
@wlynch wlynch enabled auto-merge (squash) January 3, 2025 19:52
@wlynch wlynch merged commit 9fc97de into sigstore:main Jan 3, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants