Ben Moskovitz

Results 26 issues of Ben Moskovitz

**This PR:** Adds the capability to interact with APIs for the Buildkite packages product. At present, it exposes three endpoints: - Create package registry - Show package registry - Create...

Using RoundTrip to modify requests is [discouraged](https://pkg.go.dev/net/http#RoundTripper) by the go authors, and given that we control the full lifecycle of the request anyway, we can create a nicer interface for...

**This PR:** Adds `context.Context` parameters to all methods exported by this library that make API calls to the Buildkite API. **This is a breaking change to the API and will...

When using the `JSON::JWK::Set::Fetcher`, if a JWKS endpoint returns nothing but a string in double quotes, the contents of those double quotes will be interpreted as a symmetric JWK. As...

This PR introduces support for gzipping agent API requests to improve the performance of pipeline uploads in low-bandwidth environments. Compression is opt-in so existing deployments will continue with uncompressed requests...

### Description In some cases, when using signed pipelines, the values of some environment variables can't necessarily be controlled by the user to the degree that steps will always pass...