Bronze 3
Since ‎04-06-2023
2 weeks ago

My Stats

  • 16 Posts
  • 1 Solutions
  • 3 Likes given
  • 8 Likes received

varkey98's Bio

Badges varkey98 Earned

View all badges

Recent Activity

I have a message logging policy using the syslog configuration. The issue is that my syslog server is behind a routing algorithm which looks at the headers and routes it to the correct load balancer. Is there any way I can add this additional header ...
I have a load balancer which has a grpc backend. When configuring traffic callout extension on that lb, the response data sent to my envoy (ext_proc_v3) server doesnt have `end_of_stream` set in the response data. This is what my server got for a sin...
Trying to set up a traffic callout extension to an Application Load Balancer with VM instance group backends, following this wiki: https://cloud.google.com/service-extensions/docs/configure-calloutAfter adding the traffic-ext policy, the load balance...
Context:I added an access blocking policy to my proxy and I have a sharedflow attached to the flowhooks which query request and response headers and bodies. In case of errors, it queries the error headers and body.Issue:But in this case, we only cont...
How to check if streaming is enabled from a policy. The specific use case is that we have a policy which captures request and response bodies and can be attached as a Flowhook. According to apigee docs, these kinds of policies shouldn't be attached t...