-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
dependenciesDependency Management issuesDependency Management issuesenhancementNew feature or requestNew feature or requestopenapiAnything OpenAPI-relatedAnything OpenAPI-relatedrest apiAnything associated with the OpenAPI or REST APIAnything associated with the OpenAPI or REST API
Milestone
Description
By default we provide a swagger-iu web application packaged with connexion via requirements.txt.
Recently this some drawbacks have materialized, namely
- the administrator is not able to toggle this on or off... they must deploy it
- the dependency on
swagger-uiis causing some renovate dependency upgrades to fail i.e. chore(deps): update dependency werkzeug to v2.3.7 - autoclosed #243 and chore(deps): update dependency flask to v2.3.3 #242 this has to do with more complex upstream transitive dependency management.
I think we should run a dedicated swagger-ui container which can be toggled on and off by passing a command line argument override to docker-compose or similar.
Metadata
Metadata
Assignees
Labels
dependenciesDependency Management issuesDependency Management issuesenhancementNew feature or requestNew feature or requestopenapiAnything OpenAPI-relatedAnything OpenAPI-relatedrest apiAnything associated with the OpenAPI or REST APIAnything associated with the OpenAPI or REST API