-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestsecurityFeatures related to authentication and authorization or any sort of security measure.Features related to authentication and authorization or any sort of security measure.
Description
Right now we have can generate a swagger.json running something like
python cli.py gen_swagger_json -f ~/Downloads/swagger.json
but this generated file is not compatible with API Management and we need to make this possible in order to keep there an updated definition of Swagger and allow Azure to generate to corresponding Swagger UI.
Also allowing Azure to understand this definition will allow us to define policies for the API, which applies for the whole application.
TODO:
- Change the CLI command in order to change the generated swagger.json in a way it can be directly exported to API Management. You will probably need support from colleagues which has already successfully applied this change, like @juanultimate or @fabidick22.
- Coordinate with DevOps or create another ticket to automate the deployment of this definition in every deployment of the API.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsecurityFeatures related to authentication and authorization or any sort of security measure.Features related to authentication and authorization or any sort of security measure.