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 use across many API endpoints the tuf_repository.is_initialized to say that the system is Bootstrapped but it is not safe.
In case, for example, storage (filesystem or SaaS) is unavailable we will say that the system is available to bootstrap.
It is not part of the MVP (as a MUST) but it will be a VERY GOOD TO HAVE.
The system needs to combine access to the Repository Metadata/Storage Service + if the security (#27)
It requires changes in all endpoints.
The text was updated successfully, but these errors were encountered:
We are using the settings with the BOOTSTRAP.
Is it safety for distributed systems (multiple rest API deployments)
I will keep it open for investigation
kairoaraujo
changed the title
The tuf_repository.is_initialized its not safe to handle the Repository Status
How to handle the if system is bootstrapped or not?
Sep 6, 2022
We use across many API endpoints the
tuf_repository.is_initialized
to say that the system is Bootstrapped but it is not safe.In case, for example, storage (filesystem or SaaS) is unavailable we will say that the system is available to bootstrap.
It is not part of the MVP (as a MUST) but it will be a VERY GOOD TO HAVE.
The system needs to combine access to the Repository Metadata/Storage Service + if the security (#27)
It requires changes in all endpoints.
The text was updated successfully, but these errors were encountered: