David Jumani
David Jumani
Moving this to draft until the enterprise changes are addressed
Hi @TheCubicleJockey I'm continuing this in a [new PR](https://github.com/solo-io/gloo/pull/9491) for faster development
This issue only arises when any route defined on the listener is not a routeAction (eg: redirectAction, directResponseAction). The plugin code expects / only supports a [routeAction](https://github.com/solo-io/gloo/blob/main/projects/gloo/pkg/plugins/grpcjson/plugin.go#L149). If any other...
This fix will be in 1.17.0-beta1, v1.16.11 and v1.15.26 when released
We would also need to enable / disable the feature based on a helm value - My preference is to add this as a field in the setting object so...
List of problematic libraries that should not be included are : - berkleydb
The following images now have a distroless variant : - caching-ee - discovery-ee - discovery-ee-fips - ext-auth-plugins - extauth-ee - extauth-ee-fips - gloo-ee - gloo-ee-envoy-wrapper - gloo-ee-envoy-wrapper-fips - gloo-ee-fips -...
Adding distroless variants to all images created by gloo edge in https://github.com/solo-io/gloo/pull/9278
This will be in v1.17.0 Distroless images can be specified via the helm value `global.image.variant` to `distroless` or `fips-distroless`