envoyproxy/envoy

Use admission control per domain/virtual_host

Open

#17,648 创建于 2021年8月10日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/admission_controlhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Hi folks, I have an outbound listener which routes traffic to different clusters based on domains. For each different cluster, I'd like to apply different admission control configurations (e.g the success criteria). Is it possible to somehow apply this filter to per domain level? Does this filter support typed_per_filter_config? If so, is it going to overwrite the global config or the same filter would be used twice? I'm also wondering if this filter is production ready, since the state on the website is still experimental. https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/admission_control_filter#admission-control Thanks!!

贡献者指南