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

/v1/log/entries/retrieve returns 500 when requesting entries > tree size. #1027

Closed
var-sdk opened this issue Sep 6, 2022 · 0 comments · Fixed by #1043
Closed

/v1/log/entries/retrieve returns 500 when requesting entries > tree size. #1027

var-sdk opened this issue Sep 6, 2022 · 0 comments · Fixed by #1043
Labels
bug Something isn't working ga_candidate Proposed blocking issue for GA release

Comments

@var-sdk
Copy link

var-sdk commented Sep 6, 2022

Description

Repros when requesting any log index greater than the current tree size. e.g. as of time of writing:

$ curl -H "Content-Type: application/json" --data '{"logIndexes": [4401817]}'  "https://rekor.sigstore.dev/api/v1/log/entries/retrieve"

Returns:

{"code":500,"message":"Unexpected result from transparency log"}

Version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ga_candidate Proposed blocking issue for GA release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant