-
Notifications
You must be signed in to change notification settings - Fork 3.8k
CFP: response substitution support in envoy #29992
Copy link
Copy link
Closed as not planned
Labels
area/agentCilium agent related.Cilium agent related.feature/k8s-gateway-apikind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.kind/featureThis introduces new functionality.This introduces new functionality.staleThe stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.
Metadata
Metadata
Assignees
Labels
area/agentCilium agent related.Cilium agent related.feature/k8s-gateway-apikind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.kind/featureThis introduces new functionality.This introduces new functionality.staleThe stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.
Cilium Feature Proposal
Is your proposed feature related to a problem?
Yes. If an application is not configured to support subpaths, it's common to rewrite
the response to include the subpath in any linked assets.
A common solution is to use nginx's
sub_filteroption.This is how the Hubble UI pod works currently.
Describe the feature you'd like
I want to remove nginx when it's not needed and rely on envoy directly.
This isn't a requirement, but a nice-to-have.
(Optional) Describe your proposed solution
I wish I knew envoy enough to offer one. Good luck! 🙏