Skip to content

Commit

Permalink
Add probing for getting entries by UUID. (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Kent <[email protected]>

Signed-off-by: Simon Kent <[email protected]>
  • Loading branch information
Simon Kent authored Sep 27, 2022
1 parent 1b0f431 commit 78069fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/prober/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ var RekorEndpoints = []ReadProberCheck{
endpoint: "/api/v1/log/entries",
method: GET,
queries: map[string]string{"logIndex": "10"},
}, {
},
{
endpoint: "/api/v1/log/entries/c6a179199b1f68c7cb3d40dad4af4481455d787611ce49d3e5cfa9cd7b6131e0",
method: GET,
},
{
endpoint: "/api/v1/log/proof",
method: GET,
queries: map[string]string{"firstSize": "10", "lastSize": "20"},
Expand Down

0 comments on commit 78069fb

Please sign in to comment.