openziti / edge-api

A repository for the OpenZiti Edge API Specifications
Apache License 2.0
2 stars 3 forks source link

Controller version of the API #128

Open MaxMelcher opened 3 weeks ago

MaxMelcher commented 3 weeks ago

Hi team,

the docs state "For simplicity, each controller hosts the specification version they expect and may be used instead of this repository for live deployments." how can I see the controller spec of the API ? I currently generate the API client with the https://[get.openziti.io/spec/management.yml](https://get.openziti.io/spec/management.yml) yaml - but it creates a different client than my deployed controller (in my case postureCheckRoles is required in the API definition, but is not returned from the controller instance).

When I open /edge/management/v1/docs on the controller, I get a swagger error. image

Appreciate you time and feedback!

Thanks, Max