9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/ext_authzhelp wantedquestion
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Title: Retry failed ext_authz requests
Description:
Is there a way to retry ext_authz requests after a network failure not an authorization service failure?
Contributor guide
- Research direction
- Study the ext authz filter implementation in Envoy, identify where network failures occur, and design a retry mechanism that distinguishes network failures from authorization denials. Consider adding a retry policy configuration to the filter.
- Tech stack
- None
- Domain
- infrastructure
- Issue type
- Feature
- Prerequisites
- C++