Skip to content

Commit

Permalink
Remove /api/v1/index/retrieve endpoint from prober checks as it's an …
Browse files Browse the repository at this point in the history
…experimental endpoint

Signed-off-by: Priya Wadhwa <[email protected]>
  • Loading branch information
priyawadhwa committed Sep 8, 2022
1 parent a87e47a commit 477d3a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/prober/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ var RekorEndpoints = []ReadProberCheck{
endpoint: "/api/v1/log/entries/retrieve",
method: POST,
body: "{\"hash\":\"sha256:2bd37672a9e472c79c64f42b95e362db16870e28a90f3b17fee8faf952e79b4b\"}",
}, {
endpoint: "/api/v1/index/retrieve",
method: POST,
body: "{\"hash\":\"sha256:2bd37672a9e472c79c64f42b95e362db16870e28a90f3b17fee8faf952e79b4b\"}",
},
}

Expand Down

0 comments on commit 477d3a6

Please sign in to comment.