You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/api/v1/log/proof defaults to using the current shard when requesting consistency proofs. This will be an issue once we shard Rekor in production. As the shard changes, the consistency proof can't be calculated, because the tree size will change back down to 1 for the new shard, while the monitor will think the tree has more elements.
We should either:
Create one monitor per shard
Make the monitor handle multiple shards. Shard discovery would be needed, and new shards can be found with the /log API.
The text was updated successfully, but these errors were encountered:
/api/v1/log/proof
defaults to using the current shard when requesting consistency proofs. This will be an issue once we shard Rekor in production. As the shard changes, the consistency proof can't be calculated, because the tree size will change back down to 1 for the new shard, while the monitor will think the tree has more elements.We should either:
/log
API.The text was updated successfully, but these errors were encountered: