Hi,
Have the use case of needing to import multiple OpenAPI specs and then bundle them under a single product to then use a single set of application credentials. This does not seem possible to do with the current OpenAPI CRD spec since it applies all methods and mapping rules to the product it creates.
Would it be possible to have an option to have the OpenAPI CRD only create a backend and then apply all methods/mapping rules to it? This would enable strict matching per-backend and then manually making a single product to offer them all.
Thanks!