Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed FQDN and IP/UDS endpoints when using multiple backendRefs #5050

Open
guydc opened this issue Jan 14, 2025 · 0 comments
Open

Mixed FQDN and IP/UDS endpoints when using multiple backendRefs #5050

guydc opened this issue Jan 14, 2025 · 0 comments
Labels
help wanted Extra attention is needed kind/bug Something isn't working
Milestone

Comments

@guydc
Copy link
Contributor

guydc commented Jan 14, 2025

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.

@guydc guydc added the kind/bug Something isn't working label Jan 14, 2025
@arkodg arkodg added the help wanted Extra attention is needed label Jan 14, 2025
@arkodg arkodg added this to the v1.3.0 milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants