envoyproxy/envoy

feat: Credential Injection for ext_authz and ext_proc calls

Open

#41,767 opened on 2025年10月29日

GitHub で見る
 (5 comments) (1 reaction) (0 assignees)C++ (5,373 forks)batch import
area/ext_authzarea/ext_procenhancementhelp wantedno stalebot

Repository metrics

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

説明

Title: Add Credential Injection compatible with ext_authz and ext_proc gRPC and HTTP calls

Description:

I have need for a feature facilitating workload authentication on external calls by the envoy.filters.http.ext_authz and envoy.filters.http.ext_proc filters. The Credential Injector filter almost works for this use case, but the secrets are only injected to the routed request, not the side-processing requests.

I don't know if this is best implemented as an enhancement to the ext_* filters to access SDS, or to somehow make secrets available to the existing API.

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