Skip to content

Enable dynamic modules envoy filter#6955

Open
freedomljc wants to merge 1 commit intoistio:masterfrom
freedomljc:enableDynamicModulesEnvoyFilter
Open

Enable dynamic modules envoy filter#6955
freedomljc wants to merge 1 commit intoistio:masterfrom
freedomljc:enableDynamicModulesEnvoyFilter

Conversation

@freedomljc
Copy link
Copy Markdown
Contributor

Similar to #6919, enable dynamic modules envoy filter based on https://github.com/envoyproxy/envoy/blob/main/source/extensions/extensions_build_config.bzl

The change registers Envoy dynamic module extensions across the following categories:

┌─────────┬──────────────────────────────────────┐   
│ Categor │              Extension               │ 
│    y    │                                      │   
├─────────┼──────────────────────────────────────┤ 
│ Access  │ envoy.access_loggers.dynamic_modules │ 
│ loggers │                                      │ 
├─────────┼──────────────────────────────────────┤ 
│ Cluster │ envoy.clusters.dynamic_modules       │ 
│ s       │                                      │
├─────────┼──────────────────────────────────────┤   
│ Bootstr │ envoy.bootstrap.dynamic_modules      │
│ ap      │                                      │   
├─────────┼──────────────────────────────────────┤
│ Input m │ envoy.matching.matchers.dynamic_modu │
│ atchers │ les                                  │
├─────────┼──────────────────────────────────────┤   
│ Matchin │ envoy.matching.inputs.dynamic_module │
│ g       │ _data_input                          │   
│ inputs  │                                      │
├─────────┼──────────────────────────────────────┤
│ HTTP    │ envoy.filters.http.dynamic_modules   │
│ filters │                                      │
├─────────┼──────────────────────────────────────┤
│ Listene │ envoy.filters.listener.dynamic_modul │
│ r       │ es                                   │
│ filters │                                      │
├─────────┼──────────────────────────────────────┤
│ Network │ envoy.filters.network.dynamic_module │
│         │ s                                    │   
│ filters │                                      │
├─────────┼──────────────────────────────────────┤   
│ UDP     │ envoy.filters.udp_listener.dynamic_m │
│ filters │ odules                               │
├─────────┼──────────────────────────────────────┤
│ Tracers │ envoy.tracers.dynamic_modules        │
├─────────┼──────────────────────────────────────┤
│ HTTP up │ envoy.upstreams.http.dynamic_modules │
│ streams │                                      │   
├─────────┼──────────────────────────────────────┤
│ TLS     │                                      │   
│ cert    │ envoy.tls.cert_validator.dynamic_mod │
│ validat │ ules                                 │
│ ors     │                                      │
├─────────┼──────────────────────────────────────┤
│ Load ba │                                      │
│ lancing │ envoy.load_balancing_policies.dynami │   
│  polici │ c_modules                            │
│ es      │                                      │   
└─────────┴──────────────────────────────────────┘

@istio-policy-bot
Copy link
Copy Markdown

😊 Welcome @freedomljc! This is either your first contribution to the Istio proxy repo, or it's been
a while since you've been here.

You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines
by referring to Contributing to Istio.

Thanks for contributing!

Courtesy of your friendly welcome wagon.

@freedomljc freedomljc requested a review from a team as a code owner April 10, 2026 15:48
@istio-testing istio-testing added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. needs-ok-to-test labels Apr 10, 2026
@istio-testing
Copy link
Copy Markdown
Collaborator

Hi @freedomljc. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants