Project

General

Profile

Bug #7725

Updated by Ward Vandewege over 8 years ago

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.

Back