Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safe request access control #20260

Open
1 task
yanavlasov opened this issue Mar 8, 2022 · 0 comments
Open
1 task

Safe request access control #20260

yanavlasov opened this issue Mar 8, 2022 · 0 comments
Assignees
Labels
area/http enhancement Feature requests. Not bugs or questions. no stalebot Disables stalebot from closing an issue

Comments

@yanavlasov
Copy link
Contributor

yanavlasov commented Mar 8, 2022

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 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:

@yanavlasov yanavlasov added enhancement Feature requests. Not bugs or questions. triage Issue requires triage labels Mar 8, 2022
@yanavlasov yanavlasov self-assigned this Mar 8, 2022
@yanavlasov yanavlasov added area/http no stalebot Disables stalebot from closing an issue and removed triage Issue requires triage labels Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/http enhancement Feature requests. Not bugs or questions. no stalebot Disables stalebot from closing an issue
Projects
None yet
Development

No branches or pull requests

2 participants