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
We need to make sure that we store our md files in a particular order, so that in case of a failure, we can easily recover.
Because of that, the order we need to follow regarding how we update and persist new metadata is the following:
bins/custom delegated target roles
targets
snapshot
timestamp
root
It's great we make sure that we solve the order from 1 to 4 with the implementation of _run_online_roles_bump() (see my comment here #501 (comment)), but the question is do we have the same guarantee for root?
That's something it's worth a review and if needed to make changes
What is the task about?
We need to make sure that we store our md files in a particular order, so that in case of a failure, we can easily recover.
Because of that, the order we need to follow regarding how we update and persist new metadata is the following:
It's great we make sure that we solve the order from 1 to 4 with the implementation of
_run_online_roles_bump()
(see my comment here #501 (comment)), but the question is do we have the same guarantee for root?That's something it's worth a review and if needed to make changes
References
Continuation of #494
Code of Conduct
The text was updated successfully, but these errors were encountered: