Kairo Araujo
Kairo Araujo
**Description of issue**: The client-example has a confusing return for the `download` function. The return mixes the error and flows handling. **Current behavior**: Currently, it returns a bool. - If...
**Description of issue or feature request**: Adding a tests folder in examples/client_example and writing a simple test would be a great demonstration of best practices to who will be using...
Integration during the Policy upload and store in SQL and ObjectStorage ## What this PR does / why we need it Description ## Which issue(s) this PR fixes (optional) fixes...
Move https://github.com/testifysec/charts into the Archivista Repository. It also should be documented in the [Archivista Guide](#111) in a "Deployment" section. Give the user information about deployment, scalability, and high availability.
Implement the functionality while uploading a DSSE envelop to identify the `payloadType` as a Policy and store it in the SQL Store and object storage #### Parent issue - #158
This issue is about adding support in Archivista to store [Archivista Policies](https://github.com/in-toto/witness/blob/main/docs/policy.md). The initial support will receive the Policy in the DSSE envelope in the endpoint the same way it...
The goal of this task is to implement Policy Approval using TUF. The idea is not to create a process inside Archivista or in a third-party system but to use...
This issue enables the usage of TUF with Archivista. It integrates the `tufstorage` (#236 ) to the store Process of Archivista when it receives an upload of Attestation or Policy....
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...
The implementation enables the user to configure Archivista to integrate with RSTUF. Using the same configuration process to set up the `ARCHIVISTA_STORAGE_BACKEND`, the user can set up `ARCHIVISTA_RSTUF_BACKEND` and define...