Max Lambrecht

Results 12 issues of Max Lambrecht

The [protocol-buffers](https://developers.google.com/protocol-buffers/docs/proto3) states: _You can add an optional package specifier to a .proto file_. As _prost_ is requiring a `package` , correct proto files missing the package can't be processed....

Trying to parse an URI like `unix:///tmp/agent.sock` or `unix:/tmp/agent.sock`, that has a schema and not an authority, produces an Error `InvalidaUri(InvalidFormat)`. There is no restriction defined in the [URI standard](https://tools.ietf.org/html/rfc3986#section-3)...

Currently the library validates that the `use` field when present contain only either `sig` or `enc`. The [RFC 7517 - JSON Web Key](https://datatracker.ietf.org/doc/html/rfc7517#section-4.2) states that `Other values MAY be used.`....

#### Problem I have encountered a syntax error when using the `squirrel.Or` construct with Postgres: ``` squirrel.Or{ squirrel.Eq{"field_1": value}, squirrel.Eq{"field_2": value}, } ```` The following error occurs: "ERROR: syntax error...

### Description: Introduces a unit test for `JwtBundle.parse` to verify correct handling of JWKS documents with an empty keys array, ensuring our parsing logic robustly accommodates such edge cases without...

**Utilize go-version-file in GitHub Actions for Go Setup:** This PR updates our GitHub Actions by integrating `go-version-file` to specify the Go version during the setup process. This change ensures that...

**Utilize go-version-file in GitHub Actions for Go Setup:** This PR updates our GitHub Actions by integrating `go-version-file` to specify the Go version during the setup process. This change ensures that...

To ensure the SPIRE Controller Manager operates reliably, this issue proposes the implementation of a suite of integration tests. Adapting the existing demo to run automatically serves as an excellent...