You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: