envoyproxy/envoy

BasicAuth HTTP filter: emit metadata containing username

Open

#34,797 opened on Jun 18, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/basic_authenhancementhelp wanted

Repository metrics

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

Description

Title: Emit metadata with username after successfully authenticated

Description: Once a request has been successfully authenticated using the BasicAuth filter, emit metadata containing username. The username can be used by the subsequent filters, such as the RBAC filter for authz.

Contributor guide