envoyproxy/envoy

Support Caching in External Auth Filter

Open

#3,023 opened on Apr 7, 2018

View on GitHub
 (7 comments) (46 reactions) (0 assignees)C++ (5,373 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Currently External Auth filter reaches out to configured external auth service for every request. This is a performance penalty. It should support some level of caching so that it does not go to external auth for every request

Contributor guide