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

Task: Implement Policy Approval #240

Open
4 tasks
kairoaraujo opened this issue Apr 11, 2024 · 0 comments
Open
4 tasks

Task: Implement Policy Approval #240

kairoaraujo opened this issue Apr 11, 2024 · 0 comments

Comments

@kairoaraujo
Copy link
Collaborator

kairoaraujo commented Apr 11, 2024

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 the TUF signature threshold of metadata as the trusted process.

With this implementation, you have full control. The Policy is stored in a specific Target Delegated Role TUF Metadata that you define with a threshold.

Example: policy.json TUF metadata with threshold 2.

Note: Maybe a 1:1 role per Policy will make the approval per Policy added

When a person submits a new Policy, it generates a new version of the Metadata (i.e., 3.policy.json), which must be signed by the key holders who are signers of this delegated role.

When the users sign the metadata this Policy becomes trusted by clients (for example, Witness)

This feature requires some third-part features in RSTUF:

Required Tasks

Parent feature

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

No branches or pull requests

1 participant