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

Support more digest algorithms #843

Open
phbelitz opened this issue Dec 23, 2022 · 2 comments
Open

Support more digest algorithms #843

phbelitz opened this issue Dec 23, 2022 · 2 comments

Comments

@phbelitz
Copy link
Member

Describe the feature
Connaisseur only supports sha256 as a digest algorithm. It's hard coded at many parts of the code. Multiple digests algorithms should be supported.

@peterthomassen
Copy link
Member

Are such image references really used, or is this a hypothetical use case?

@reneeckstein
Copy link

reneeckstein commented Jun 14, 2023

@peterthomassen I just crossed one by trying to validate docker images from Jetstack (like cert-manager), they use SHA512
https://cert-manager.io/docs/installation/code-signing/#container-images--cosign

and I get the error from connaisseur
CONNAISSEUR rejected a request: The trust_root type <class 'connaisseur.trust_root.RSAKey'> is unsupported for a validator of typecosign. (not denied due to DETECTION_MODE)

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

3 participants