Bronze 2
Since ‎02-16-2021
‎09-11-2023

My Stats

  • 8 Posts
  • 0 Solutions
  • 1 Likes given
  • 5 Likes received

marcusdoron's Bio

Badges marcusdoron Earned

View all badges

Recent Activity

The First thing that the OAS Validation Response does is to check the response OASValidation policy | Apigee X | Google Cloud"Validates that the request path (minus the basepath) matches one of the path patterns defined in the OpenAPI Specification"B...
In the Preflow I have several steps that should run only if a condition is fulfilled. Is there a way to set the same condition to a group of steps, instead of setting the condition for each step and duplicating the code?
We need to use dynamic Target Endpoints, by the configuration of percentage.For instance, 30% of the requests will go to target1, and 70% to target2.I should be able to change the percentage configuration on runtime.If a request (by some field, such ...
My APIGEE installation is on regular VMs, but some of my "Target Servers" are microservices that are running on k8s, and are exposed with ingress.Usually, the target url is : https://server-name:port/context/resourceBut Ingress expose the url as : ht...
In the use case of having one proxy with a resource that has multiple verbs:GET personPOST personIf I have two different applications:app1 should only be able to use GET personapp2 should only be able to use POST personIs it a best practice to use tw...
Likes from