deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

feat(*): Enforce signatures on server #300

Closed thomastaylor312 closed 2 years ago

thomastaylor312 commented 2 years ago

This completes the change to full enforcement of signing and verification on both client and server. This PR specifically is for the server. It will no longer accept bindles that do not have a signature. All signature rules are enforced according to the verification strategy. Please note that most of the changes in this PR were to update the tests, which was a good exercise.

This is a breaking behavior change that should be well-documented at the next release.

Closes #106