Andrew Burian

Results 11 issues of Andrew Burian

There is a small issue in the versioning of this repo causing go mod to think it incompatible with versioning. If you look [here in the godocs](https://pkg.go.dev/github.com/segmentio/[email protected]+incompatible?tab=versions) you can see...

Change the way path matching works to be closer to the latest definition from [http.ServeMux](https://golang.org/pkg/net/http/#ServeMux) - Drop the `*` param in favour of using trailing slashes to indicate rooted trees...

enhancement
breaking change

Functions that call `getRequestExecution` shouldn't panic when powermux wasn't used on the request, but return a nil or zero value

bug
help wanted
good first issue

Should replace the redirect check with something more like the `cleanPath` function from go's [net/http ServeMux](https://golang.org/src/net/http/server.go#L2150)

enhancement

Currently paths are case sensitive since they're literal string matches. Should just require swapping out `==` for a `strings.EqualFold`

enhancement

### TL;DR The plugin makes the assumption that you are using the default GKE workload identity pool, which may not always be the case. Fetch the pool from the cluster...

feature

[RFC7239](https://tools.ietf.org/html/rfc7239) specifies a new official header `Forwarded` to replace the somewhat haphazard collection of `X-Forwarded-*` headers. I think this should be implemented and provided to help spread adoption and standardize...

Add option to set dynamic group metadata query. If this PR is for Terraform, I acknowledge that I have: - [x] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue...

awaiting-approval

### TL;DR When a backend group uses `health_check.port_name` instead of `health_check.port` the firewall rule `allow` section contains a null list and errors. In it's current state the error is inscrutable...

bug