Billy Lynch

Results 68 issues of Billy Lynch

## Melange Pull Request Template Adds an option to push apko bundle images to a remote registry. The intent here is to allow these images to be referenced by non-docker...

### Which image/versions are related to this issue/feature request? git ### Issue/Feature description From https://github.com/chainguard-images/images/blob/main/BEST_PRACTICES.md#tagging > Note that version tags come before variant tags. So it’s acme:latest-dev and acme:1.2.3-nonroot, not...

Adds support for multiauth keychaings for chainguard authentication. We primarily want this to allow authentication for multiple hosts (e.g. staging and test instances). This creates a new URL-based schema for...

Previously, if you tried to fallback to Git based fetching with a private repo fork on GitHub Actions, the command would fail because the automatic token used for GitHub Actions...

Proposes an attestation storage format for how to store attestations within a Git repo.

### Feature request Preserve the [AuthInfo](https://pkg.go.dev/k8s.io/[email protected]/authentication/v1#UserInfo) for the user who created a Run. This information should only be set on create, and should be immutable once set. ### Use case...

kind/feature
area/api
kind/security

This is masking build errors, since `go get` will auto-modify go.mod. I noticed this in https://github.com/bradleyfalzon/ghinstallation/pull/169 - the test didn't fail because it re-added jwt/v4 as part of the get,...

This change doesn't change any behavior, but exposes helper functions for working with stdlib oauth2 types. Adds a new OAuthToken func (we can't use Token without making a backwards incompatible...