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

Add trusted execution #28

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

christian-monch
Copy link
Contributor

@christian-monch christian-monch commented Oct 26, 2024

This PR adds trusted execution based on gpg-signatures, git verify-commit of the latest commits that modified a method or parameter specification file, and a datalad make-specific whitelist of key IDs.

This commit adds trusted execution. Trusted
execution requires that the latest commit to
the method (in `.datalad/make/methods`) and
the specification file (in
`.datalad/make/specifications`) were signed
with a trusted key. That means, a
`git verify-commit` succeeds.
@christian-monch christian-monch force-pushed the trusted-execution branch 2 times, most recently from 8b51c3b to 38fadad Compare October 28, 2024 16:48
This commit adds the datalad-core dependency
to `pyproject.toml` and `requirements-devel.txt`.

The dependency is currently a direct link to
the `main`-branch of the git-repository this
should be changed when `datalad-core` is
released and has a pypi-project.
@christian-monch christian-monch changed the title Trusted execution Add trusted execution Oct 28, 2024
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

Successfully merging this pull request may close these issues.

1 participant