envoyproxy/envoy

Add filter_enabled flag to RBAC filter

オープン

#38,435 opened on 2025/02/12

 (4 件のコメント) (2 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

Title: Add filter_enabled flag to RBAC filter

Description: Currently, Envoy's RBAC filter does not have a filter_enabled field that other http filters have (e.g. localRateLimit and extAuth). Adding this flag to the RBAC filter would provide flexibility in enabling or disabling the filter at runtime based on runtime settings allowing for dynamic management of filter behavior without requiring a full configuration deployment.

I can prepare a patch for this if it sounds reasonable.

コントリビューターガイド