Results 91 issues of Vaughn Dice

What do we think about adding support for http(s) URIs as module references? Thinking GH release artifact URLs, S3 buckets, CDN urls, etc.

In order to switch over from our in-house registry-proxy to the official/upstream `kube-registry-proxy` (as original PR https://github.com/deis/workflow/pull/734 proposed) we will need to sort out the following issue when upgrading. v2.12.0...

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....

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...

question

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...

documentation
enhancement

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...

It may be convenient to support a `sensitive` field on a step output (that itself is not a bundle-level output) with a value of either `true` or `false`, just like...

user experience 🌈💖
gap
hmm 🛑🤔
2 - 🍕
breaking change 💥
pep005-mixins-are-bundles

I'm seeing the following unit test failure on my M1 Mac w/ arm64 architecture: ``` $ make test-unit ... --- FAIL: TestFileSystem_InstallFromFeedUrl (0.00s) logger.go:17: Downloading http://127.0.0.1:54581/atom.xml to /var/folders/nc/yfj0pylx4vzdr3s_66r129s00000gn/T/porter219578225/atom.xml install_test.go:85: Error...

meta

## Describe the bug When a mixin is installed via a GH releases download url and no version is supplied - which will try to grab the latest release -...

enhancement