Hi team / @dchiesa1 ,
I represent the API platform team in my enterprise. My current problem statement is that I would like to take an OAS file and generate the proxies using that. As a platform team, we would like to add platform default policies (e.g. Spike arrest, OAS validation policy etc) on the "generated files" before they get deployed to apigee.
So the flow is as below.
Tenant OAS yaml --> Generate files (proxy files) --> add platform policies --> Deploy to apigee
We would like to reduce any manual intervention as much as possible. If there are changes to OAS, we want the pipeline to pick up the new OAS file, inject the mandatory policies, inject tenant related polices and then deploy. We dont want to use the UI management console.