Skip to content

Commit

Permalink
feat: Enable RSTUF Worker to support SigStore (#568)
Browse files Browse the repository at this point in the history
* feat: SigStore depenendecy (and cleanup)

- Remove unrequired dependencies (before pinned by conflict)
- Add SigStore

Signed-off-by: Kairo Araujo <[email protected]>

* feat: Enable RSTUF Worker to support SigStore

This commit enables RSTUF Work to support SigStore as a signer for TUF
Metadata.

The SecureSystemLib doesn't have the SigStore signer enabled by default

Signed-off-by: Kairo Araujo <[email protected]>

---------

Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo authored Aug 1, 2024
1 parent 2576a53 commit ceeeb72
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 159 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pydantic = "*"
celery = "*"
boto3 = "*"
awswrangler = "*"
sigstore = "*"

[dev-packages]
tox = "*"
Expand All @@ -41,7 +42,6 @@ sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = "*"
pre-commit = "*"
bandit = "*"
myst-parser = "*"
awscli-local = "*"
awscli = "*"

Expand Down
Loading

0 comments on commit ceeeb72

Please sign in to comment.