Closed leoraba closed 1 year ago
After migrating to SpringBoot 3.0.5 and OpenAPI 3 using springdoc library, Swagger UI is no longer able to load any operation. EGO deployed behind proxy Kubernetes ingress path ([HOST]/api) for Ego API
[HOST]/api
EGO Swagger UI should list all operations
EGO Swagger UI is not showing any operation
WORKAROUND: remove /api from EGO api ingress. (this will lead a inconsistency with previous version of EGO)
/api
/
This was a Swagger configuration, added missing environment variables required by springdoc-openapi
springdoc-openapi
Description
After migrating to SpringBoot 3.0.5 and OpenAPI 3 using springdoc library, Swagger UI is no longer able to load any operation. EGO deployed behind proxy Kubernetes ingress path (
[HOST]/api
) for Ego APIExpected Behaviour
EGO Swagger UI should list all operations
Actual Behaviour
EGO Swagger UI is not showing any operation
Possible Fix
WORKAROUND: remove
/api
from EGO api ingress. (this will lead a inconsistency with previous version of EGO)Steps to Reproduce
Your Environment
/api
/