Actions
Bug #7725
open[Keep-store] make keep-store lookup token at runtime like keep-proxy does
Story points:
1.0
Release:
Release relationship:
Auto
Description
In order to validate that data manager is allowed to get the index of all blocks, keep store does a naive comparison of the token provided by data manager against a token it has been provided with at boot.
Instead, keep store should be changed to verify the token at runtime, the way keep proxy already does.
Actions