Adam Cattermole
Adam Cattermole
Follows up from #400. The sail operator moved away from using `kustomize` to `helm` to install locally which means we can no longer install the same way for local dev...
## Changes Builds on top of the authpolicy branch which should be merged first - Renamed the gateway we deploy to `kuadrant-ingressgateway` for both istio and envoygateway - Updated the...
## Changes Update the sail integration to use the new(er) https://github.com/istio-ecosystem/sail-operator repo instead of the maistra 3.0 branch. * Updated go.mod to pull a newer version and unpin original maistra...
## Changes - New controllers for envoy `SecurityPolicies` and `ReferenceGrants` - The `SecurityPolicy` enables external auth for envoy gateway - The `ReferenceGrant` permits access to `SecurityPolicies` that are not in...
See steps in #857, we should look to update and/or provide additional OpenShift installation instructions for Kuadrant with OSSM v2.6
*Description*: Creating a route with multiple parents with inferred namespaces shows incorrect namespace in parentRef status *Repro steps*: * Create namespace: ```sh kubectl create namespace test ``` * Create two...
During Kubecon there was a callout of using CLOMonitor for finding projects to contribute to, and to use. https://clomonitor.io/projects/cncf/kuadrant There's a couple easier tasks that can be quickly fixed (for...
Currently the [`AddaDataTo`](https://github.com/Kuadrant/kuadrant-operator/blob/main/pkg/extension/types/types.go#L41) method for the client-side extension SDK registers bindings with the kuadrant operator to add to the dataplane. Deletion is handled through the extension controller by the use...
**Is your feature request related to a problem? Please describe.** We had to disable the extensions when running locally with `make run` https://github.com/Kuadrant/kuadrant-operator/pull/1422. **Describe the solution you'd like** - [...
Designing and implementing a new extension `TelemetryPolicy`