Hi team / @dchiesa1 ,
Solved! Go to Solution.
The spec itself is not templatized. Instead you create a proxy template in YAML which you pass to the `render` command along with the spec itself. Example here.
I'd highly recommend you take a look at the Apigee Go Gen tool which we recently open sourced. This allows you to use YAML files with Go templating alongside your OAS specs to produce Apigee proxy bundles. You can find documentation for the tool here.
Thanks @davidrush
I just went through the docs and my understanding is that this tool expects the OAS file to be templatized.. Is that right?
In our enterprise, we want our tenants (API providers) to write the standard OAS file and our team (.i.e. the platform team) should be ones that should take this OAS and inject our policies.
The spec itself is not templatized. Instead you create a proxy template in YAML which you pass to the `render` command along with the spec itself. Example here.