Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #1940
Closed
Open
Issue created Jan 18, 2019 by Administrator@rootContributor

[REQ] Add generator for Apigee Edge Policy Bundles

Created by: cognifloyd

I would like to use OpenAPI 3.0 instead of 2.0. I want to use Apigee edge as my API proxy, but Apigee only supports creating proxies based on 2.0. Luckily server stub and client sdk is good enough with 3.0, so that leaves getting the proxy as my last hurdle to using 3.0.

Describe the solution you'd like

OpenAPI-generator could generate Apigee policy bundles similar to openapi2apigee. https://github.com/anil614sagar/openapi2apigee (Sadly that project hasn't been maintained for 2-3 years, and, since 3.0 was released 1.5 years go, it can't have support for 3.0 specs).

Describe alternatives you've considered

Apigee has been saying 3.0 support "is coming" in their support forum since before 3.0 was released. I've also looked at other tools like openapi2apigee.

Additional context

In the end, the apigee APIs for creating/updating proxies expect a Policy Bundle (a zipped up copy of xml files). So, it might be a possibility to use a generator like openapi-generator to create that bundle.

docs on building proxies upload proxy bundle api update proxy revision api with new bundle get proxy bundle api

docs on proxy bundle samples list of available bundle samples the sample proxy bundles on github

Assignee
Assign to
Time tracking