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

testserver: add digest support to ArtifactServer #519

Open
hiddeco opened this issue Mar 27, 2023 · 0 comments
Open

testserver: add digest support to ArtifactServer #519

hiddeco opened this issue Mar 27, 2023 · 0 comments
Labels
area/testserver Test server related issues and pull requests enhancement New feature or request

Comments

@hiddeco
Copy link
Member

hiddeco commented Mar 27, 2023

With the source-controller moving away from a fixed SHA-256 checksum in favor of a "digest", the ArtifactServer should support working with this as well.

Based on a quick scan through the code, the digest algorithm could either be an option on the server, or a parameter provided to the method which produces an Artifact. In any case, it should be a configurable option for the consumer of the library to allow verification against a set of algorithms the source-controller can produce (e.g. BLAKE3).

@hiddeco hiddeco added enhancement New feature or request area/testserver Test server related issues and pull requests labels Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testserver Test server related issues and pull requests enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant