You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Create SecurityPolicy or EnvoyExtensionPolicy with two backendRefs for ext-auth/proc:
An FQDN Backend
A K8s Service or Backend with UDS/IP endpoints
The policies are accepted, but envoy rejects the config: [2025-01-14 00:12:26.958][1][warning][config] [source/extensions/config_subscription/grpc/grpc_subscription_impl.cc:138] gRPC config for type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment rejected: malformed IP address: foo.br. Consider setting resolver_name or setting cluster type to 'STRICT_DNS' or 'LOGICAL_DNS'
Similar to mixed-endpoint checks within a single destination, EG should verify that endpoints aggregated from multiple destinations are not mixed.
Repro steps:
Include sample requests, environment, etc. All data and inputs
required to reproduce the bug.
Note: If there are privacy concerns, sanitize the data prior to
sharing.
Environment:
Include the environment like gateway version, envoy version and so on.
Logs:
Include the access logs and the Envoy logs.
The text was updated successfully, but these errors were encountered:
Description:
Create
SecurityPolicy
orEnvoyExtensionPolicy
with twobackendRefs
for ext-auth/proc:Backend
Service
orBackend
with UDS/IP endpointsThe policies are accepted, but envoy rejects the config:
[2025-01-14 00:12:26.958][1][warning][config] [source/extensions/config_subscription/grpc/grpc_subscription_impl.cc:138] gRPC config for type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment rejected: malformed IP address: foo.br. Consider setting resolver_name or setting cluster type to 'STRICT_DNS' or 'LOGICAL_DNS'
Similar to mixed-endpoint checks within a single destination, EG should verify that endpoints aggregated from multiple destinations are not mixed.
Repro steps:
Environment:
Logs:
The text was updated successfully, but these errors were encountered: