Nina Polshakova
Nina Polshakova
https://github.com/solo-io/gloo-mesh/pull/1594 adds suffix matching and ignore case to traffic policy for gateway mesh. Need to add Istio translation to VirtualServices.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** In CI, the kube2e glooctl_test will fail the Istio and Gloo pre-installed istio inject test...
Umbrella issue to improve the [Enhancements Role Handbook](https://github.com/kubernetes/sig-release/tree/master/release-team/role-handbooks/enhancements) to clarify some things that have been points of confusion in this (and previous) releases. - [x] Add a reference to clarify...
# Description ## API changes - Added `autoMtlsEnabled` to Gloo settings under IstioOptions. - Added `sdsEnabled` and `istioAutoMtlsEnabled` to Gloo Gateway helm. This is a temporary value until the Gloo...
### Bug Description **Scenario:** When a waypoint is created and an L4 policy exists, the policy is no longer enforced correctly until the waypoint is removed or the selector labels...
# Description Currently, the istio integration helm value is still set as an env and passed around. A user sets istioSDS.enabled which then configures the GG_EXPERIMENTAL_ISTIO_MTLS_SDS_ENABLED env on the [gloo...
Based on Istio regression varied ports e2e test: https://github.com/solo-io/gloo/blob/main/test/kube2e/istio/istio_integration_test.go#L268 These tests are not Istio-specific and will be run with non-Istio Gloo Gateway manifest and the Istio setup. The Istio regression...
Based on Istio headless svc tests: https://github.com/solo-io/gloo/blob/main/test/kube2e/istio/istio_integration_test.go#L302 These tests are not Istio-specific and will be run with non-Istio Gloo Gateway manifest and the Istio setup. The Istio regression tests will...
The declarative environment builder tool can setup Kubernetes test cluster(s) with IstioOperators, Helm Charts, and any Applications required for testing. This is based on the declarative setup tool used in...
# Description NOTE: This depends on the declarative setup defined in: https://github.com/solo-io/gloo/pull/9283 There are two snapshot test versions: run-classic-snapshot-e2e-tests and run-gateway-snapshot-e2e-tests. The setup is almost identical except the gateway config...