bindle
bindle copied to clipboard
Bindle: Object Storage for Collections
This was identified by @StefanNedelcu earlier today. Using Bindle 0.8.0, if you add `?yanked=false` to the query endpoint, you’ll get yanked invoices in the response.
Scenario: * A Bindle server already contains an invoice named `foo/1.0.0` * Unaware of this, I create a new bindle named `foo/1.0.0` and prepare it locally as a standalone bindle...
Should these fields be made plural to match other fields? https://github.com/deislabs/bindle/blob/9487388a7e306c10a9c71bd6adac1aafde1678be/src/invoice/mod.rs#L79-L81 IMO we should be listing these as "parcels", "groups", and "signatures" as we're dealing with a list of objects...
re #318
Following up on #284 and #292, I'd like to change the signature spec from signing data _derived_ from the invoice file to signing the invoice file itself. This would require...
Fixes #312
Currently, GET requests to a bindle server with auth configured (say, basic http or oidc) appear to always be served, meaning anonymous auth is still possible for these request types....
To support m2m auth for e.g. CI/CD, add support for client certificate authentication. This would include a config option for specifying a CA certificate which would be used to validate...
Support for signing and verification of bindles, both on the client and server side, will soon be fully implemented. So, client and server both must have their own secret keys...
I'm having trouble logging in with basic auth. Tested with latest commit on main (as of writing: `d62d537bb096fb8ce25cabb731471b7a500d7e10`) and most recent v0.8.0 tag. However, I may be missing something. Here's...