envoyproxy/envoy

Add filter_enabled flag to RBAC filter

Ouverte

#38 435 ouverte le 12 févr. 2025

 (4 commentaires) (2 réactions) (0 personne assignée)C++ (5 373 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 étoiles)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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.

Guide contributeur