bindle icon indicating copy to clipboard operation
bindle copied to clipboard

Bindle: Object Storage for Collections

Results 45 bindle issues
Sort by recently updated
recently updated
newest added

# The Problem **TL;DR**: The canonical invoice omits semantic metadata relevant to the integrity of a `bindle` thus losing the guarantee of preserving the signed intent. Currently, from the bindle...

Per https://github.com/deislabs/bindle/issues/302#issuecomment-1030275077, I'm wondering if we'd like bindle to add the following functionality: Create a token when clients successfully log in with basic auth credentials, such that further client actions...

enhancement

On `bindle push`, I'm seeing behavior where an authn error is returned when attempting to send in un/pw via env vars, but all is good when I use the global...

Right now, when Bindle loads a parcel off of the file system it checks the hash. But this is done in the storage driver. Really, this should be done a...

To complete this, I am working on the general key management in Bindle, with emphasis on creator and host key signing/verifying.

Some flags might be necessary to override defaults, but here is what I am thinking as the default behavior: - User runs `bindle push` - Client loads user's signing secret...

enhancement

Bindle doesn't have a project logo/icon, so I took a pass at making one for folks to review Color variants (for light mode/dark mode): | ![bindle-icon-black](https://user-images.githubusercontent.com/686194/152021819-ca371e66-5288-4134-80a1-46079c4da526.png) | ![bindle-icon-white](https://user-images.githubusercontent.com/686194/152021832-589304a9-803a-4f34-bbae-eb27997815bc.png) | ![bindle-icon-color](https://user-images.githubusercontent.com/686194/152021847-19708091-6cad-45f3-8aa3-b20973fbbd7d.png)...

enhancement

A desired feature of future-Bindle would be to mark an individual parcel as yanked. Scenario: Say we have a single library that is frequently shared by many bindles. And imagine...

enhancement

I've read a lot of this spec and a lot of OCI, but I'm wondering if there are any comparisons published. I can see some differences in the feature set...

The [signing spec](https://github.com/deislabs/bindle/blob/main/docs/signing-spec.md#signing-on-the-invoice) says: `The signature is computed by concatenating the following pieces of data together in a line-separated (\n) UTF-8 string: by, name, version, role, at and the label.sha256...

bug