todo-service 在 Swagger 中测试API时返回 403

本地部署,我其实就是跟着文档想要把 choerodon-todo-service 的后端开发做完。服务的部署是根据这个文档里面的 docker-compose.yaml 部署的:

http://v0-7.choerodon.io/zh/docs/development-guide/backend/intergration/run/

你是本地运行的,本地不需要启动config-server。你要在api-gatewaygateway-helper的配置文件添加todo-service的路由。线上依赖config-server的话,修改路由信息,api-gatewaygateway-helper的路由会动态更新。

谢谢,果然在 api-gateway 和 gateway-helper 环境变量中添加了 todo-service 的路由信息之后就正常了。