Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle the if system is bootstrapped or not? #28

Open
kairoaraujo opened this issue Jul 8, 2022 · 1 comment
Open

How to handle the if system is bootstrapped or not? #28

kairoaraujo opened this issue Jul 8, 2022 · 1 comment
Labels
enhancement New feature or request question Further information is requested
Milestone

Comments

@kairoaraujo
Copy link
Member

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.

@kairoaraujo kairoaraujo added the bug Something isn't working label Jul 8, 2022
@kairoaraujo kairoaraujo added this to the version 0.0.1 milestone Jul 8, 2022
@kairoaraujo
Copy link
Member Author

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 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
@kairoaraujo kairoaraujo removed this from the v0.0.1 milestone Sep 6, 2022
@kairoaraujo kairoaraujo modified the milestone: v0.0.1b1 Sep 26, 2022
@kairoaraujo kairoaraujo modified the milestones: v1.0.0b1, v1.0.0 May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant