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

[Feat]: archvistactl feature to import attestations and store to Archivista #319

Open
kairoaraujo opened this issue Jun 26, 2024 · 1 comment
Assignees

Comments

@kairoaraujo
Copy link
Collaborator

Describe the solution you'd like:

This feature enables Archivista users to import attestations (bulk) and store them in the Archivista Service

User value:

Users that already have attestations will be able to import them and store them in Archivista easily

Expected behavior:

Users can give a local folder or a s3 bucket URL and import all Attestations in Archivista.

Proposed solution:

Implement archivistactl import sub-command with options:

--from-s3 [s3-bucket-url]
--from-dir [dir]

Testing changes required:

Does it need to identify duplicated entries?

  • Same attestation with different file name
@kairoaraujo kairoaraujo self-assigned this Jun 26, 2024
@kriscoleman
Copy link

We want to be able to use this to help a customer resolve a compromised database: if the database was compromised they should be able to bulk import all of the attestations back into the archivista database (or essentially, re-index).

We can also leverage this to do a more scalable attestation migration than make load-attestations

we should not use the HTTP upload endpoint to achieve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants