envoyproxy / envoy

Cloud-native high-performance edge/middle/service proxy
https://www.envoyproxy.io
Apache License 2.0
24.67k stars 4.75k forks source link

Expose route name in HTTP Lua filter #35426

Open tverghis opened 1 month ago

tverghis commented 1 month ago

Title: Expose route name in HTTP Lua filter

Description:

Today, Lua code can access fields on the StreamInfo object via handle:streamInfo() (docs). However, the API does not expose the route name, and it would be useful if it did.

The currently-exposed surface of StreamInfo seems to be defined here.

ogetysaisandeep commented 1 month ago

Could you please confirm if the issue is still open for contributions? I'd like to proceed with further improvements if possible. Can you assign this task to me.