Safe request access control
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 430
Description
**TL;DR;** Provide ability for operators to configure safe access control based on URI path or other request headers that works correctly with specific back ends.
Background:
A collection of vulnerability reports against Istio and Envoy, such as [CVE-2021-29492](https://github.com/envoyproxy/envoy/security/advisories/GHSA-4987-27fx-x6cf) demonstrate that standard compliant URI path normalization is not enough to ensure correctness of access control based on URI path (PBAC). Specifically correctness of PBAC depends on both intervening proxy and backend service observing the same URI path. While Envoy's path normalization is highly configurable, it is often difficult for operators to configure right options, or required options may be unsupported by Envoy.
A proposed solution, builds on extensible mechanism for validating request and response header maps, and provides extensions with header validation and path normalization, tailored for specific popular back-end servers.
List of back-end servers: TBD
Blocked by Issues:
- [ ] #20261
Contributor guide
Assessment
This issue has not been assessed yet.