gateway
gateway copied to clipboard
Getting service, namespace of matched rule in accessLog
Description: i have a use case such that in my dashboards i use namespace and service name to filter my traffic now in envoy i want to add a field to my access log as below
UPS: <namespace>_<svc>
how can i achieve it? currently the solution i'm using is creating HTTPRoute for every service
UPS: %CEL(xds.route_metadata.filter_metadata['envoy-gateway']['resources'][0]['namespace'])%_%CEL(xds.route_metadata.filter_metadata['envoy-gateway']['resources'][0]['name'])%
cc @Ido-Itz
Hi @guydc This is my first time contributing to gateway, Can you suggest me that is this feature request beginner-friendly to start with ? Guide me a little bit Thanks!
@BHAVISHYA2005 recommend picking issues with the label good first issue https://github.com/envoyproxy/gateway/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22
This issue has been automatically marked as stale because it has not had activity in the last 30 days.