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
Implement the internal/tufstorage backend in Archivista
This backend will manage
Add an Attestation or Policy to the TUF (RSTUF) metadata
Manage the TUF task status
Note 1: RSTUF uses asynchronous tasks to handle the requests, but Archivista uses synchronous operations
The suggestion is to store the Attestation/Policy in the Object Storage -> TUF -> SQL
This will give consistency to the Attestation/Policy as SQL is the interaction to query the content, and availability in the other storages (Object and TUF) is required.
Implement the
internal/tufstorage
backend in ArchivistaThis backend will manage
Note 1: RSTUF uses asynchronous tasks to handle the requests, but Archivista uses synchronous operations
The suggestion is to store the Attestation/Policy in the Object Storage -> TUF -> SQL
This will give consistency to the Attestation/Policy as SQL is the interaction to query the content, and availability in the other storages (Object and TUF) is required.
Note 2: It doesn't enable yet the TUF usage.
Parent feature
The text was updated successfully, but these errors were encountered: