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

Error with Dynamic Configuration for DNS Filter in Listener Filters #37173

Open
sefaphlvn opened this issue Nov 15, 2024 · 2 comments
Open

Error with Dynamic Configuration for DNS Filter in Listener Filters #37173

sefaphlvn opened this issue Nov 15, 2024 · 2 comments
Labels
area/ecds area/udp question Questions that are neither investigations, bugs, nor enhancements

Comments

@sefaphlvn
Copy link

sefaphlvn commented Nov 15, 2024

Hello Envoy team,

I’m encountering the following error when trying to define a DNS filter under listener_filters using config_discovery:

[2024-11-15 19:00:28.143][119127102][warning][config] [./source/extensions/config_subscription/grpc/xds_mux/subscription_state.h:116] Config for type.googleapis.com/envoy.config.listener.v3.Listener rejected: Error adding/updating listener(s) dnstestPVZ2Wb: UDP listener filter: dnstestPVZ2Wb-lisfilPSRw97 is configured with unsupported dynamic configuration

It appears that the DNS filter in the listener_filters section is being rejected when configured with dynamic discovery.

Is this a known limitation of Envoy, or is there a workaround to support DNS filter configuration dynamically under listener_filters?

Thank you in advance for your help!

Envoy version: 1.32.1
ads, delta-grpc

@sefaphlvn sefaphlvn added the triage Issue requires triage label Nov 15, 2024
@yanavlasov
Copy link
Contributor

ECDS is not supported by UDP listeners filters at this point.

@yanavlasov yanavlasov added question Questions that are neither investigations, bugs, nor enhancements area/udp area/ecds and removed triage Issue requires triage labels Nov 15, 2024
@sefaphlvn
Copy link
Author

Thank you for the response.

Could you please let me know if there are any plans to support ECDS for UDP listener filters in the future? If so, is there a tentative timeline or roadmap for this feature?

Having ECDS support for UDP listener filters would be very useful for our use case, and it would help us plan our implementation accordingly.

Thank you again for your assistance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ecds area/udp question Questions that are neither investigations, bugs, nor enhancements
Projects
None yet
Development

No branches or pull requests

2 participants