Enable Swagger UI of Console
Enable Swagger UI of Higress Console
Section titled “Enable Swagger UI of Higress Console”K8s Deployment
Section titled “K8s Deployment”Add --set higress-console.swagger.enabled=true arguments to the helm install or upgrade command.
Docker Compose Deployment
Section titled “Docker Compose Deployment”Add the following lines into compose/console.env file in the installation directory and restart Higress.
SPRINGDOC_API_DOCS_ENABLED=trueSPRINGDOC_SWAGGER_UI_ENABLED=trueall-in-one Image deployment
Section titled “all-in-one Image deployment”Add -e SPRINGDOC_API_DOCS_ENABLED=true -e SPRINGDOC_SWAGGER_UI_ENABLED=true arguments to the docker run command.
Swagger UI URL
Section titled “Swagger UI URL”http://<higress-console-endpoint>/swagger-ui/index.html